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: #ff6e61;
}
.color-2 {
color: #ff9f80;
}
.color-3 {
color: #ffb85c;
}
.color-4 {
color: #7fd959;
}
.color-5 {
color: #a37bdb;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9f80;
--color-3: #ffb85c;
--color-4: #7fd959;
--color-5: #a37bdb;
}

Sunset Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9f80, #ffb85c, #7fd959, #a37bdb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9f80, #ffb85c, #7fd959, #a37bdb);
}

Sunset Harmony color palette created on .