Sundown Colors Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sundown Colors palette

Share this palette to:

Sundown Colors color palette CSS

/* CSS */
.color-1 {
color: #ffb3b5;
}
.color-2 {
color: #ff9f80;
}
.color-3 {
color: #ff8052;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #ffb3b5;
--color-2: #ff9f80;
--color-3: #ff8052;
--color-4: #ffb84d;
--color-5: #ffd900;
}

Sundown Colors background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3b5, #ff9f80, #ff8052, #ffb84d, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3b5, #ff9f80, #ff8052, #ffb84d, #ffd900);
}

Sundown Colors color palette created on .