Celestial Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Dreams palette

Share this palette to:

Celestial Dreams color palette CSS

/* CSS */
.color-1 {
color: #5c3f8d;
}
.color-2 {
color: #6b64b4;
}
.color-3 {
color: #7c8bfe;
}
.color-4 {
color: #a6c6f7;
}
.color-5 {
color: #f1f5f9;
}

/* CSS Variables */
:root {
--color-1: #5c3f8d;
--color-2: #6b64b4;
--color-3: #7c8bfe;
--color-4: #a6c6f7;
--color-5: #f1f5f9;
}

Celestial Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f8d, #6b64b4, #7c8bfe, #a6c6f7, #f1f5f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f8d, #6b64b4, #7c8bfe, #a6c6f7, #f1f5f9);
}

Celestial Dreams color palette created on .