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: #4f1f8e;
}
.color-2 {
color: #6b509b;
}
.color-3 {
color: #8e7fbd;
}
.color-4 {
color: #b29fe9;
}
.color-5 {
color: #f1d1ff;
}
/* CSS Variables */
:root {
--color-1: #4f1f8e;
--color-2: #6b509b;
--color-3: #8e7fbd;
--color-4: #b29fe9;
--color-5: #f1d1ff;
}
Celestial Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f1f8e, #6b509b, #8e7fbd, #b29fe9, #f1d1ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f1f8e, #6b509b, #8e7fbd, #b29fe9, #f1d1ff);
}
Similar color palettes
Celestial Dreams color palette created on .