Sunshine Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunshine Serenade palette

Share this palette to:

Sunshine Serenade color palette CSS

/* CSS */
.color-1 {
color: #f6ec60;
}
.color-2 {
color: #f9d75d;
}
.color-3 {
color: #f9b548;
}
.color-4 {
color: #f4a61f;
}
.color-5 {
color: #eba000;
}

/* CSS Variables */
:root {
--color-1: #f6ec60;
--color-2: #f9d75d;
--color-3: #f9b548;
--color-4: #f4a61f;
--color-5: #eba000;
}

Sunshine Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6ec60, #f9d75d, #f9b548, #f4a61f, #eba000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6ec60, #f9d75d, #f9b548, #f4a61f, #eba000);
}

Sunshine Serenade color palette created on .