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: #4b3d57;
}
.color-2 {
color: #7a5c7a;
}
.color-3 {
color: #b48ea9;
}
.color-4 {
color: #eab8d1;
}
.color-5 {
color: #f1e8e4;
}

/* CSS Variables */
:root {
--color-1: #4b3d57;
--color-2: #7a5c7a;
--color-3: #b48ea9;
--color-4: #eab8d1;
--color-5: #f1e8e4;
}

Ethereal Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d57, #7a5c7a, #b48ea9, #eab8d1, #f1e8e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d57, #7a5c7a, #b48ea9, #eab8d1, #f1e8e4);
}

Ethereal Dusk color palette created on .