Julien's Sunset Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Julien's Sunset Serenade palette

Share this palette to:

Julien's Sunset Serenade color palette CSS

/* CSS */
.color-1 {
color: #ffc105;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff4d4f;
}
.color-4 {
color: #ff2e54;
}
.color-5 {
color: #ffb3b3;
}

/* CSS Variables */
:root {
--color-1: #ffc105;
--color-2: #ff6d1f;
--color-3: #ff4d4f;
--color-4: #ff2e54;
--color-5: #ffb3b3;
}

Julien's Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc105, #ff6d1f, #ff4d4f, #ff2e54, #ffb3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc105, #ff6d1f, #ff4d4f, #ff2e54, #ffb3b3);
}

Julien's Sunset Serenade color palette created on .