<?xml version="1.0" encoding="utf-8" standalone="yes"?><feed xmlns="http://www.w3.org/2005/Atom"><title>CSS on Sine Die</title><id>https://sinetris.github.io/sine-die/tags/css/</id><link href="https://sinetris.github.io/sine-die/tags/css/index.atom.xml" rel="self" type="application/atom+xml" hreflang="en" title="CSS on Sine Die"/><link href="https://sinetris.github.io/sine-die/tags/css/" rel="alternate" type="text/html" hreflang="en" title="CSS on Sine Die"/><link href="https://sinetris.github.io/sine-die/tags/css/index.atom.xml" rel="alternate" type="application/atom+xml" hreflang="en" title="CSS on Sine Die"/><link href="https://sinetris.github.io/sine-die/tags/css/index.rss.xml" rel="alternate" type="application/rss+xml" hreflang="en" title="CSS on Sine Die"/><subtitle>Recent content in CSS on Sine Die</subtitle><generator uri="https://github.com/sinetris/sine-die/">Sine Die theme for Hugo</generator><author><name>Duilio Ruggiero</name><email>duilio@sinetris.info</email></author><rights type="html">&amp;copy; 2023 - 2026, Duilio Ruggiero</rights><updated>2026-04-09T07:46:34Z</updated><entry><title>Color Palette</title><link href="https://sinetris.github.io/sine-die/topics/docs/look-and-feel/palette/" rel="alternate" type="text/html" hreflang="en" title="CSS on Sine Die"/><content src="https://sinetris.github.io/sine-die/topics/docs/look-and-feel/palette/" type="text/html"/><published>2023-07-16T08:07:24+00:00</published><updated>2026-04-09T07:46:34Z</updated><id>https://sinetris.github.io/sine-die/topics/docs/look-and-feel/palette/#atom</id><summary type="html">&lt;p&gt;This theme uses 
&lt;a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_cascading_variables" rel="external" title="CSS custom properties for cascading variables"&gt;CSS cascading variables&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The color palette uses a three-color combination and allows to set the primary color hue angle and the left and right secondary colors hue angle (respectively adding and subtracting from the primary hue angle).&lt;/p&gt;
&lt;p&gt;The hue angle is based on the 
&lt;a href="https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/hsl" rel="external" title="hsl()"&gt;hsl&lt;/a&gt; color space but the color palette is generated using 
&lt;a href="https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/oklch" rel="external" title="oklch()"&gt;oklch&lt;/a&gt;, this make it easier to select a color hue from the HSL 
&lt;a href="/sine-die/glossary/color-wheel/"&gt;Color Wheel&lt;/a&gt; while still taking advantage of the benefits that OKLCH provides.&lt;/p&gt;</summary><category term="/types/topic" label="type: topic"/><category term="/categories/examples" label="category: Examples"/><category term="/categories/documentation" label="category: Documentation"/><category term="/tags/colors" label="tag: Colors"/><category term="/tags/palette" label="tag: Palette"/><category term="/tags/css" label="tag: CSS"/></entry><entry><title>Theme Colors</title><link href="https://sinetris.github.io/sine-die/topics/docs/look-and-feel/colors/" rel="alternate" type="text/html" hreflang="en" title="CSS on Sine Die"/><content src="https://sinetris.github.io/sine-die/topics/docs/look-and-feel/colors/" type="text/html"/><published>2023-07-20T11:10:15+00:00</published><updated>2026-04-09T07:46:34Z</updated><id>https://sinetris.github.io/sine-die/topics/docs/look-and-feel/colors/#atom</id><summary type="html">&lt;h2 id="description"&gt;Description&lt;/h2&gt;
&lt;p&gt;By default the theme uses the &lt;strong&gt;triadic color scheme&lt;/strong&gt; (&lt;em&gt;secondary colors angle&lt;/em&gt;
set to &lt;code&gt;120deg&lt;/code&gt;) with the &lt;em&gt;primary color hue&lt;/em&gt; angle set to &lt;code&gt;250deg&lt;/code&gt;.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;:root {
 /* Using default values */
 --color-primary-hue: 250deg;
 --colors-secondary-hue-angle: 120deg;
}&lt;/code&gt;&lt;/pre&gt;</summary><category term="/types/topic" label="type: topic"/><category term="/categories/examples" label="category: Examples"/><category term="/categories/documentation" label="category: Documentation"/><category term="/tags/colors" label="tag: Colors"/><category term="/tags/palette" label="tag: Palette"/><category term="/tags/css" label="tag: CSS"/></entry><entry><title>Theme Colors (override)</title><link href="https://sinetris.github.io/sine-die/topics/docs/look-and-feel/colors-override/" rel="alternate" type="text/html" hreflang="en" title="CSS on Sine Die"/><content src="https://sinetris.github.io/sine-die/topics/docs/look-and-feel/colors-override/" type="text/html"/><published>2023-07-20T08:07:24+00:00</published><updated>2026-04-09T07:46:34Z</updated><id>https://sinetris.github.io/sine-die/topics/docs/look-and-feel/colors-override/#atom</id><summary type="html">&lt;h2 id="description"&gt;Description&lt;/h2&gt;
&lt;p&gt;In this example we override the &lt;strong&gt;primary color hue&lt;/strong&gt; angle to &lt;code&gt;200deg&lt;/code&gt; and the
&lt;strong&gt;secondary colors angle&lt;/strong&gt; to &lt;code&gt;330deg&lt;/code&gt; to have a &lt;strong&gt;Split-Complementary color
scheme&lt;/strong&gt; with left and right inverted.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;:root {
 --color-primary-hue: 200deg;
 --colors-secondary-hue-angle: 210deg;
}&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;You can see the changes right here on this page.&lt;/p&gt;</summary><category term="/types/topic" label="type: topic"/><category term="/categories/examples" label="category: Examples"/><category term="/categories/documentation" label="category: Documentation"/><category term="/tags/colors" label="tag: Colors"/><category term="/tags/palette" label="tag: Palette"/><category term="/tags/css" label="tag: CSS"/><category term="/tags/override" label="tag: Override"/></entry></feed>