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: #f0a800;
}
.color-2 {
color: #f5c75b;
}
.color-3 {
color: #f7e1a1;
}
.color-4 {
color: #a2d8e2;
}
.color-5 {
color: #4b9fc3;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f5c75b;
--color-3: #f7e1a1;
--color-4: #a2d8e2;
--color-5: #4b9fc3;
}

Sunlit Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f5c75b, #f7e1a1, #a2d8e2, #4b9fc3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f5c75b, #f7e1a1, #a2d8e2, #4b9fc3);
}

Sunlit Serenade color palette created on .