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 PNG image

Download celestial dreams color palette PNG image (landscape)
Download celestial dreams color palette PNG image (square)

Celestial Dreams color palette CSS

/* CSS */
.color-1 {
color: #1c203b;
}
.color-2 {
color: #4a4e8c;
}
.color-3 {
color: #6f74b8;
}
.color-4 {
color: #8e7dbf;
}
.color-5 {
color: #d1c3e9;
}

/* CSS Variables */
:root {
--color-1: #1c203b;
--color-2: #4a4e8c;
--color-3: #6f74b8;
--color-4: #8e7dbf;
--color-5: #d1c3e9;
}

Celestial Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c203b, #4a4e8c, #6f74b8, #8e7dbf, #d1c3e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c203b, #4a4e8c, #6f74b8, #8e7dbf, #d1c3e9);
}

Celestial Dreams color palette created on .