Solar Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Solar Serenade palette
Solar Serenade color palette CSS
/* CSS */
.color-1 {
color: #efd89a;
}
.color-2 {
color: #efc09a;
}
.color-3 {
color: #efa59a;
}
.color-4 {
color: #f291ba;
}
.color-5 {
color: #ef76c5;
}
/* CSS Variables */
:root {
--color-1: #efd89a;
--color-2: #efc09a;
--color-3: #efa59a;
--color-4: #f291ba;
--color-5: #ef76c5;
}
Solar Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efd89a, #efc09a, #efa59a, #f291ba, #ef76c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efd89a, #efc09a, #efa59a, #f291ba, #ef76c5);
}
Similar color palettes
Solar Serenade color palette created on .