Ethereal Dawn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ethereal Dawn palette

Share this palette to:

Ethereal Dawn color palette CSS

/* CSS */
.color-1 {
color: #f6e4a2;
}
.color-2 {
color: #f4c89f;
}
.color-3 {
color: #f1a8a7;
}
.color-4 {
color: #d57b8a;
}
.color-5 {
color: #995c9d;
}

/* CSS Variables */
:root {
--color-1: #f6e4a2;
--color-2: #f4c89f;
--color-3: #f1a8a7;
--color-4: #d57b8a;
--color-5: #995c9d;
}

Ethereal Dawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e4a2, #f4c89f, #f1a8a7, #d57b8a, #995c9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e4a2, #f4c89f, #f1a8a7, #d57b8a, #995c9d);
}

Ethereal Dawn color palette created on .