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