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: #1f1f4d;
}
.color-2 {
color: #3b4b8c;
}
.color-3 {
color: #6a8dbe;
}
.color-4 {
color: #a3c6e0;
}
.color-5 {
color: #f3f9fc;
}

/* CSS Variables */
:root {
--color-1: #1f1f4d;
--color-2: #3b4b8c;
--color-3: #6a8dbe;
--color-4: #a3c6e0;
--color-5: #f3f9fc;
}

Celestial Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f4d, #3b4b8c, #6a8dbe, #a3c6e0, #f3f9fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f4d, #3b4b8c, #6a8dbe, #a3c6e0, #f3f9fc);
}

Celestial Dreams color palette created on .