Quarto Extension
red◉rebeccapurple◉cornflowerblue◉gray◉ / grey◉#441100◉#F03◉rgb(10, 100, 200)◉rgb(10,100,200)◉rgb(100%, 20%, 100%)◉rgb(100%,20%,100%)◉hwb(135 0% 40%)◉hsl(240, 100%, 50%)◉hsl(240,100%,50%)◉rgba(255, 0, 0, 0.5)◉rgba(255, 0, 0, 50%)◉hsla(120, 100%, 50%, 0.25)◉currentColor◉transparent◉Note
Alpha-bearing colours render faithfully in HTML. In LaTeX, Typst, DOCX, and PPTX, the opaque colour is shown and a one-time warning is emitted. The currentColor◉ and transparent◉ keywords render only in HTML; other formats skip the preview with a one-time warning.
["#FF0000◉", "#00FF00◉", "#0000FF◉"]#FF0000◉ #00FF00◉ #0000FF◉colors: ["#E74C3C◉", "#3498DB◉", "#2ECC71◉", "#F39C12◉"]my_scale <- list(scale_colour_manual(values = c("Adelie" = "#0A64C8◉")))color1 = "#FF5733◉"; color2 = "#33FF57◉"background-color: #282c34◉;["#FF0000◉", "rgb(0, 255, 0)◉"]