Serene Sunset Palette Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Sunset Palette palette
Serene Sunset Palette color palette CSS
/* CSS */
.color-1 {
color: #fdfdfc;
}
.color-2 {
color: #f2bb91;
}
.color-3 {
color: #a3b3d1;
}
.color-4 {
color: #e68033;
}
.color-5 {
color: #5e72a1;
}
/* CSS Variables */
:root {
--color-1: #fdfdfc;
--color-2: #f2bb91;
--color-3: #a3b3d1;
--color-4: #e68033;
--color-5: #5e72a1;
}
Serene Sunset Palette background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdfdfc, #f2bb91, #a3b3d1, #e68033, #5e72a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdfdfc, #f2bb91, #a3b3d1, #e68033, #5e72a1);
}
Similar color palettes
Scroll down to explore 1 Soft white color palette
Serene Sunset Palette color palette created on .