Sunlit Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunlit Serenade palette
Sunlit Serenade color palette CSS
/* CSS */
.color-1 {
color: #f3b21b;
}
.color-2 {
color: #f7a8a1;
}
.color-3 {
color: #f5c7e1;
}
.color-4 {
color: #b4e1f3;
}
.color-5 {
color: #69bf8a;
}
/* CSS Variables */
:root {
--color-1: #f3b21b;
--color-2: #f7a8a1;
--color-3: #f5c7e1;
--color-4: #b4e1f3;
--color-5: #69bf8a;
}
Sunlit Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3b21b, #f7a8a1, #f5c7e1, #b4e1f3, #69bf8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3b21b, #f7a8a1, #f5c7e1, #b4e1f3, #69bf8a);
}
Similar color palettes
Sunlit Serenade color palette created on .