Sunlit Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunlit Serenade palette

Share this palette to:

Sunlit Serenade color palette CSS

/* CSS */
.color-1 {
color: #fede3e;
}
.color-2 {
color: #f9b639;
}
.color-3 {
color: #f8a64f;
}
.color-4 {
color: #f7a44a;
}
.color-5 {
color: #f39c2b;
}

/* CSS Variables */
:root {
--color-1: #fede3e;
--color-2: #f9b639;
--color-3: #f8a64f;
--color-4: #f7a44a;
--color-5: #f39c2b;
}

Sunlit Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fede3e, #f9b639, #f8a64f, #f7a44a, #f39c2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fede3e, #f9b639, #f8a64f, #f7a44a, #f39c2b);
}

Sunlit Serenade color palette created on .