Solar Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Solar Serenade palette

Share this palette to:

Solar Serenade color palette CSS

/* CSS */
.color-1 {
color: #ecd283;
}
.color-2 {
color: #ecb483;
}
.color-3 {
color: #ec9583;
}
.color-4 {
color: #f07fa9;
}
.color-5 {
color: #ec5fb9;
}

/* CSS Variables */
:root {
--color-1: #ecd283;
--color-2: #ecb483;
--color-3: #ec9583;
--color-4: #f07fa9;
--color-5: #ec5fb9;
}

Solar Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecd283, #ecb483, #ec9583, #f07fa9, #ec5fb9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecd283, #ecb483, #ec9583, #f07fa9, #ec5fb9);
}

Solar Serenade color palette created on .