Celestial Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Dreams palette
Celestial Dreams color palette CSS
/* CSS */
.color-1 {
color: #3b3267;
}
.color-2 {
color: #5d498d;
}
.color-3 {
color: #825da8;
}
.color-4 {
color: #b387c9;
}
.color-5 {
color: #dfb8ef;
}
/* CSS Variables */
:root {
--color-1: #3b3267;
--color-2: #5d498d;
--color-3: #825da8;
--color-4: #b387c9;
--color-5: #dfb8ef;
}
Celestial Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b3267, #5d498d, #825da8, #b387c9, #dfb8ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b3267, #5d498d, #825da8, #b387c9, #dfb8ef);
}
Similar color palettes
Scroll down to explore 400+ Dark color palettes
Celestial Dreams color palette created on .