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: #5e4b8b;
}
.color-2 {
color: #9b6fae;
}
.color-3 {
color: #d5a1e8;
}
.color-4 {
color: #f2c0df;
}
.color-5 {
color: #f6c1a2;
}
/* CSS Variables */
:root {
--color-1: #5e4b8b;
--color-2: #9b6fae;
--color-3: #d5a1e8;
--color-4: #f2c0df;
--color-5: #f6c1a2;
}
Celestial Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e4b8b, #9b6fae, #d5a1e8, #f2c0df, #f6c1a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e4b8b, #9b6fae, #d5a1e8, #f2c0df, #f6c1a2);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Celestial Dreams color palette created on .