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: #a3d55d;
}
.color-2 {
color: #f3df5e;
}
.color-3 {
color: #f7b24b;
}
.color-4 {
color: #ff6929;
}
.color-5 {
color: #ff3d40;
}

/* CSS Variables */
:root {
--color-1: #a3d55d;
--color-2: #f3df5e;
--color-3: #f7b24b;
--color-4: #ff6929;
--color-5: #ff3d40;
}

Sunset Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d55d, #f3df5e, #f7b24b, #ff6929, #ff3d40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d55d, #f3df5e, #f7b24b, #ff6929, #ff3d40);
}

Sunset Harmony color palette created on .