Celestial Dusk Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Dusk palette

Share this palette to:

Celestial Dusk color palette CSS

/* CSS */
.color-1 {
color: #2e2a4c;
}
.color-2 {
color: #592d8f;
}
.color-3 {
color: #b66cc1;
}
.color-4 {
color: #f49f66;
}
.color-5 {
color: #f6d64c;
}

/* CSS Variables */
:root {
--color-1: #2e2a4c;
--color-2: #592d8f;
--color-3: #b66cc1;
--color-4: #f49f66;
--color-5: #f6d64c;
}

Celestial Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e2a4c, #592d8f, #b66cc1, #f49f66, #f6d64c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e2a4c, #592d8f, #b66cc1, #f49f66, #f6d64c);
}

Celestial Dusk color palette created on .