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: #d1c2e5;
}
.color-2 {
color: #b0a4da;
}
.color-3 {
color: #7b7b9d;
}
.color-4 {
color: #f6d788;
}
.color-5 {
color: #f3a749;
}

/* CSS Variables */
:root {
--color-1: #d1c2e5;
--color-2: #b0a4da;
--color-3: #7b7b9d;
--color-4: #f6d788;
--color-5: #f3a749;
}

Celestial Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c2e5, #b0a4da, #7b7b9d, #f6d788, #f3a749);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c2e5, #b0a4da, #7b7b9d, #f6d788, #f3a749);
}

Celestial Dreams color palette created on .