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: #2a398d;
}
.color-3 {
color: #4b7bec;
}
.color-4 {
color: #7fd6f0;
}
.color-5 {
color: #ffcb47;
}

/* CSS Variables */
:root {
--color-1: #1f1f4d;
--color-2: #2a398d;
--color-3: #4b7bec;
--color-4: #7fd6f0;
--color-5: #ffcb47;
}

Celestial Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f4d, #2a398d, #4b7bec, #7fd6f0, #ffcb47);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f4d, #2a398d, #4b7bec, #7fd6f0, #ffcb47);
}

Celestial Dreams color palette created on .