Solstice Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Solstice Serenade palette

Share this palette to:

Solstice Serenade color palette CSS

/* CSS */
.color-1 {
color: #f8c84f;
}
.color-2 {
color: #faa200;
}
.color-3 {
color: #d77e1d;
}
.color-4 {
color: #a84d34;
}
.color-5 {
color: #6a243c;
}

/* CSS Variables */
:root {
--color-1: #f8c84f;
--color-2: #faa200;
--color-3: #d77e1d;
--color-4: #a84d34;
--color-5: #6a243c;
}

Solstice Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c84f, #faa200, #d77e1d, #a84d34, #6a243c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c84f, #faa200, #d77e1d, #a84d34, #6a243c);
}

Solstice Serenade color palette created on .