Sunset Support Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Support palette

Share this palette to:

Sunset Support color palette CSS

/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff8b3d;
}
.color-3 {
color: #ff5e3d;
}
.color-4 {
color: #ea4f3e;
}
.color-5 {
color: #d33131;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff8b3d;
--color-3: #ff5e3d;
--color-4: #ea4f3e;
--color-5: #d33131;
}

Sunset Support background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff8b3d, #ff5e3d, #ea4f3e, #d33131);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff8b3d, #ff5e3d, #ea4f3e, #d33131);
}

Sunset Support color palette created on .