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: #5a2c68;
}
.color-2 {
color: #8c4992;
}
.color-3 {
color: #dd6e99;
}
.color-4 {
color: #f2b87d;
}
.color-5 {
color: #fcd340;
}

/* CSS Variables */
:root {
--color-1: #5a2c68;
--color-2: #8c4992;
--color-3: #dd6e99;
--color-4: #f2b87d;
--color-5: #fcd340;
}

Ethereal Dawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a2c68, #8c4992, #dd6e99, #f2b87d, #fcd340);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a2c68, #8c4992, #dd6e99, #f2b87d, #fcd340);
}

Ethereal Dawn color palette created on .