Sunset Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Glow palette

Share this palette to:

Sunset Glow color palette CSS

/* CSS */
.color-1 {
color: #f2dfc0;
}
.color-2 {
color: #d04a3e;
}
.color-3 {
color: #f3e3d3;
}
.color-4 {
color: #e5e5d2;
}
.color-5 {
color: #b63a3a;
}

/* CSS Variables */
:root {
--color-1: #f2dfc0;
--color-2: #d04a3e;
--color-3: #f3e3d3;
--color-4: #e5e5d2;
--color-5: #b63a3a;
}

Sunset Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2dfc0, #d04a3e, #f3e3d3, #e5e5d2, #b63a3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2dfc0, #d04a3e, #f3e3d3, #e5e5d2, #b63a3a);
}

Sunset Glow color palette created on .