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: #491f5c;
}
.color-2 {
color: #6c2a92;
}
.color-3 {
color: #8d3bba;
}
.color-4 {
color: #b84ad3;
}
.color-5 {
color: #d35f97;
}
/* CSS Variables */
:root {
--color-1: #491f5c;
--color-2: #6c2a92;
--color-3: #8d3bba;
--color-4: #b84ad3;
--color-5: #d35f97;
}
Celestial Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #491f5c, #6c2a92, #8d3bba, #b84ad3, #d35f97);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #491f5c, #6c2a92, #8d3bba, #b84ad3, #d35f97);
}
Similar color palettes
Scroll down to explore 60+ Aesthetic color palettes
Celestial Dreams color palette created on .