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: #1f1b79;
}
.color-2 {
color: #492c9b;
}
.color-3 {
color: #7a5eba;
}
.color-4 {
color: #c1a1f7;
}
.color-5 {
color: #f7e5ff;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #492c9b;
--color-3: #7a5eba;
--color-4: #c1a1f7;
--color-5: #f7e5ff;
}

Celestial Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #492c9b, #7a5eba, #c1a1f7, #f7e5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #492c9b, #7a5eba, #c1a1f7, #f7e5ff);
}

Celestial Dreams color palette created on .