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: #0f18c2;
}
.color-2 {
color: #2528d4;
}
.color-3 {
color: #5444e4;
}
.color-4 {
color: #bf5dd5;
}
.color-5 {
color: #f3afdc;
}
/* CSS Variables */
:root {
--color-1: #0f18c2;
--color-2: #2528d4;
--color-3: #5444e4;
--color-4: #bf5dd5;
--color-5: #f3afdc;
}
Celestial Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0f18c2, #2528d4, #5444e4, #bf5dd5, #f3afdc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0f18c2, #2528d4, #5444e4, #bf5dd5, #f3afdc);
}
Similar color palettes
Celestial Reverie color palette created on .