Celestial Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Dreamscape palette
Celestial Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #5b2c90;
}
.color-2 {
color: #6e3c9a;
}
.color-3 {
color: #8d4dac;
}
.color-4 {
color: #b871cc;
}
.color-5 {
color: #d4a4df;
}
/* CSS Variables */
:root {
--color-1: #5b2c90;
--color-2: #6e3c9a;
--color-3: #8d4dac;
--color-4: #b871cc;
--color-5: #d4a4df;
}
Celestial Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b2c90, #6e3c9a, #8d4dac, #b871cc, #d4a4df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b2c90, #6e3c9a, #8d4dac, #b871cc, #d4a4df);
}
Similar color palettes
Scroll down to explore 100+ Deep color palettes
Celestial Dreamscape color palette created on .