Moonlit Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Moonlit Reverie palette
Moonlit Reverie color palette CSS
/* CSS */
.color-1 {
color: #1a1c2d;
}
.color-2 {
color: #4b4e68;
}
.color-3 {
color: #7c7f9c;
}
.color-4 {
color: #a0a3c5;
}
.color-5 {
color: #d6dae1;
}
/* CSS Variables */
:root {
--color-1: #1a1c2d;
--color-2: #4b4e68;
--color-3: #7c7f9c;
--color-4: #a0a3c5;
--color-5: #d6dae1;
}
Moonlit Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1c2d, #4b4e68, #7c7f9c, #a0a3c5, #d6dae1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1c2d, #4b4e68, #7c7f9c, #a0a3c5, #d6dae1);
}
Similar color palettes
Moonlit Reverie color palette created on .