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