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: #6da2b0;
}
.color-3 {
color: #f9a05d;
}
.color-4 {
color: #f7d74b;
}
.color-5 {
color: #f47b7b;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6da2b0;
--color-3: #f9a05d;
--color-4: #f7d74b;
--color-5: #f47b7b;
}

Sunset Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6da2b0, #f9a05d, #f7d74b, #f47b7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6da2b0, #f9a05d, #f7d74b, #f47b7b);
}

Sunset Harmony color palette created on .