Celestial Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Reverie palette
Celestial Reverie color palette CSS
/* CSS */
.color-1 {
color: #c3b4d9;
}
.color-2 {
color: #a77dca;
}
.color-3 {
color: #753c96;
}
.color-4 {
color: #4d1f75;
}
.color-5 {
color: #2e0a4d;
}
/* CSS Variables */
:root {
--color-1: #c3b4d9;
--color-2: #a77dca;
--color-3: #753c96;
--color-4: #4d1f75;
--color-5: #2e0a4d;
}
Celestial Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3b4d9, #a77dca, #753c96, #4d1f75, #2e0a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3b4d9, #a77dca, #753c96, #4d1f75, #2e0a4d);
}
Similar color palettes
Celestial Reverie color palette created on .