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: #1f1b79;
}
.color-2 {
color: #4b3b9b;
}
.color-3 {
color: #7f6cb2;
}
.color-4 {
color: #b3a6d9;
}
.color-5 {
color: #dac7e5;
}
/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4b3b9b;
--color-3: #7f6cb2;
--color-4: #b3a6d9;
--color-5: #dac7e5;
}
Celestial Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4b3b9b, #7f6cb2, #b3a6d9, #dac7e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4b3b9b, #7f6cb2, #b3a6d9, #dac7e5);
}
Similar color palettes
Celestial Reverie color palette created on .