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: #1f1b79;
}
.color-2 {
color: #4a3c9a;
}
.color-3 {
color: #786db6;
}
.color-4 {
color: #b1a3d2;
}
.color-5 {
color: #e1c3ef;
}
/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4a3c9a;
--color-3: #786db6;
--color-4: #b1a3d2;
--color-5: #e1c3ef;
}
Celestial Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4a3c9a, #786db6, #b1a3d2, #e1c3ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4a3c9a, #786db6, #b1a3d2, #e1c3ef);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Celestial Dreams color palette created on .