Spotlight Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Spotlight Serenade palette

Share this palette to:

Spotlight Serenade color palette CSS

/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #f09800;
}
.color-3 {
color: #c77e00;
}
.color-4 {
color: #6a4c94;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #f09800;
--color-3: #c77e00;
--color-4: #6a4c94;
--color-5: #ff6e61;
}

Spotlight Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #f09800, #c77e00, #6a4c94, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #f09800, #c77e00, #6a4c94, #ff6e61);
}

Spotlight Serenade color palette created on .