Eclipse of Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Eclipse of Dreams palette

Share this palette to:

Eclipse of Dreams color palette CSS

/* CSS */
.color-1 {
color: #1c1f2b;
}
.color-2 {
color: #697e9b;
}
.color-3 {
color: #b5c8d4;
}
.color-4 {
color: #c85b8a;
}
.color-5 {
color: #5b1a2c;
}

/* CSS Variables */
:root {
--color-1: #1c1f2b;
--color-2: #697e9b;
--color-3: #b5c8d4;
--color-4: #c85b8a;
--color-5: #5b1a2c;
}

Eclipse of Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1f2b, #697e9b, #b5c8d4, #c85b8a, #5b1a2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1f2b, #697e9b, #b5c8d4, #c85b8a, #5b1a2c);
}

Eclipse of Dreams color palette created on .