Sunset Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Harmony palette

Share this palette to:

Sunset Harmony color palette CSS

/* CSS */
.color-1 {
color: #e7b8a2;
}
.color-2 {
color: #f4d35d;
}
.color-3 {
color: #f9a824;
}
.color-4 {
color: #f6c1b1;
}
.color-5 {
color: #c0261b;
}

/* CSS Variables */
:root {
--color-1: #e7b8a2;
--color-2: #f4d35d;
--color-3: #f9a824;
--color-4: #f6c1b1;
--color-5: #c0261b;
}

Sunset Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7b8a2, #f4d35d, #f9a824, #f6c1b1, #c0261b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7b8a2, #f4d35d, #f9a824, #f6c1b1, #c0261b);
}

Sunset Harmony color palette created on .