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: #e3a5e0;
}
.color-2 {
color: #a4d7e0;
}
.color-3 {
color: #4d9ed1;
}
.color-4 {
color: #405b9c;
}
.color-5 {
color: #202e56;
}

/* CSS Variables */
:root {
--color-1: #e3a5e0;
--color-2: #a4d7e0;
--color-3: #4d9ed1;
--color-4: #405b9c;
--color-5: #202e56;
}

Celestial Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3a5e0, #a4d7e0, #4d9ed1, #405b9c, #202e56);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3a5e0, #a4d7e0, #4d9ed1, #405b9c, #202e56);
}

Celestial Dreamscape color palette created on .