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: #3b2d9a;
}
.color-2 {
color: #5c60cc;
}
.color-3 {
color: #8e93f0;
}
.color-4 {
color: #cab9f3;
}
.color-5 {
color: #f8e5ff;
}

/* CSS Variables */
:root {
--color-1: #3b2d9a;
--color-2: #5c60cc;
--color-3: #8e93f0;
--color-4: #cab9f3;
--color-5: #f8e5ff;
}

Celestial Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2d9a, #5c60cc, #8e93f0, #cab9f3, #f8e5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2d9a, #5c60cc, #8e93f0, #cab9f3, #f8e5ff);
}

Celestial Dreams color palette created on .