Sunset Glow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Glow palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sunset Glow Color Palette (PNG)
Sunset Glow color palette CSS
/* CSS */
.color-1 {
color: #ffb48f;
}
.color-2 {
color: #ff9f6b;
}
.color-3 {
color: #ff7f4d;
}
.color-4 {
color: #ff5b29;
}
.color-5 {
color: #ff3c1a;
}
/* CSS Variables */
:root {
--color-1: #ffb48f;
--color-2: #ff9f6b;
--color-3: #ff7f4d;
--color-4: #ff5b29;
--color-5: #ff3c1a;
}
Sunset Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb48f, #ff9f6b, #ff7f4d, #ff5b29, #ff3c1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb48f, #ff9f6b, #ff7f4d, #ff5b29, #ff3c1a);
}
Similar color palettes
Sunset Glow color palette created on .