Celestial Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Dreamscape palette

Share this palette to:

Celestial Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #1e194d;
}
.color-2 {
color: #4a3c6d;
}
.color-3 {
color: #795a8c;
}
.color-4 {
color: #a87dba;
}
.color-5 {
color: #dfa4d7;
}

/* CSS Variables */
:root {
--color-1: #1e194d;
--color-2: #4a3c6d;
--color-3: #795a8c;
--color-4: #a87dba;
--color-5: #dfa4d7;
}

Celestial Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e194d, #4a3c6d, #795a8c, #a87dba, #dfa4d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e194d, #4a3c6d, #795a8c, #a87dba, #dfa4d7);
}

Celestial Dreamscape color palette created on .