Ethereal Dusk Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ethereal Dusk palette

Share this palette to:

Ethereal Dusk color palette CSS

/* CSS */
.color-1 {
color: #ff8161;
}
.color-2 {
color: #feb47c;
}
.color-3 {
color: #ffb65c;
}
.color-4 {
color: #fff7b8;
}
.color-5 {
color: #d4c7ff;
}

/* CSS Variables */
:root {
--color-1: #ff8161;
--color-2: #feb47c;
--color-3: #ffb65c;
--color-4: #fff7b8;
--color-5: #d4c7ff;
}

Ethereal Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8161, #feb47c, #ffb65c, #fff7b8, #d4c7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8161, #feb47c, #ffb65c, #fff7b8, #d4c7ff);
}

Ethereal Dusk color palette created on .