Sunset Glow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Glow palette
Sunset Glow color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f7b1a1;
}
.color-3 {
color: #f9d89a;
}
.color-4 {
color: #f1e57e;
}
.color-5 {
color: #a3d5e0;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7b1a1;
--color-3: #f9d89a;
--color-4: #f1e57e;
--color-5: #a3d5e0;
}
Sunset Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7b1a1, #f9d89a, #f1e57e, #a3d5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7b1a1, #f9d89a, #f1e57e, #a3d5e0);
}
Similar color palettes
Scroll down to explore 80+ Sunset color palettes
Sunset Glow color palette created on .