Moonlit Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Moonlit Serenity palette
Moonlit Serenity color palette CSS
/* CSS */
.color-1 {
color: #c2d4e0;
}
.color-2 {
color: #a5c6d5;
}
.color-3 {
color: #8cb7cf;
}
.color-4 {
color: #6ca3b7;
}
.color-5 {
color: #4e8c97;
}
/* CSS Variables */
:root {
--color-1: #c2d4e0;
--color-2: #a5c6d5;
--color-3: #8cb7cf;
--color-4: #6ca3b7;
--color-5: #4e8c97;
}
Moonlit Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2d4e0, #a5c6d5, #8cb7cf, #6ca3b7, #4e8c97);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2d4e0, #a5c6d5, #8cb7cf, #6ca3b7, #4e8c97);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Moonlit Serenity color palette created on .