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: #1e1e6b;
}
.color-2 {
color: #5c5c99;
}
.color-3 {
color: #a3a3d1;
}
.color-4 {
color: #d5c8df;
}
.color-5 {
color: #f2a1c5;
}
/* CSS Variables */
:root {
--color-1: #1e1e6b;
--color-2: #5c5c99;
--color-3: #a3a3d1;
--color-4: #d5c8df;
--color-5: #f2a1c5;
}
Celestial Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e6b, #5c5c99, #a3a3d1, #d5c8df, #f2a1c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e6b, #5c5c99, #a3a3d1, #d5c8df, #f2a1c5);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Celestial Dreams color palette created on .