Sunset Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Shades palette

Share this palette to:

Sunset Shades color palette CSS

/* CSS */
.color-1 {
color: #f6d14c;
}
.color-2 {
color: #fbac4b;
}
.color-3 {
color: #f87c4f;
}
.color-4 {
color: #ef4d4d;
}
.color-5 {
color: #c44f6c;
}

/* CSS Variables */
:root {
--color-1: #f6d14c;
--color-2: #fbac4b;
--color-3: #f87c4f;
--color-4: #ef4d4d;
--color-5: #c44f6c;
}

Sunset Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d14c, #fbac4b, #f87c4f, #ef4d4d, #c44f6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d14c, #fbac4b, #f87c4f, #ef4d4d, #c44f6c);
}

Sunset Shades color palette created on .