Moonlit Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Moonlit Serenity palette
Color Inspiration
Images that showcase this color palette in real designs
Download Moonlit Serenity Color Palette (PNG)
Moonlit Serenity color palette CSS
/* CSS */
.color-1 {
color: #c1c6e1;
}
.color-2 {
color: #a2a6d2;
}
.color-3 {
color: #6a7b9a;
}
.color-4 {
color: #4e5c79;
}
.color-5 {
color: #2b3050;
}
/* CSS Variables */
:root {
--color-1: #c1c6e1;
--color-2: #a2a6d2;
--color-3: #6a7b9a;
--color-4: #4e5c79;
--color-5: #2b3050;
}
Moonlit Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1c6e1, #a2a6d2, #6a7b9a, #4e5c79, #2b3050);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1c6e1, #a2a6d2, #6a7b9a, #4e5c79, #2b3050);
}
Similar color palettes
Scroll down to explore 1000+ Moon color palettes
Moonlit Serenity color palette created on .