Moonlight Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Moonlight Shades palette
Moonlight Shades color palette CSS
/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #f0e19e;
}
.color-3 {
color: #f4b69f;
}
.color-4 {
color: #d68a8a;
}
.color-5 {
color: #a26d8b;
}
/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #f0e19e;
--color-3: #f4b69f;
--color-4: #d68a8a;
--color-5: #a26d8b;
}
Moonlight Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #f0e19e, #f4b69f, #d68a8a, #a26d8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #f0e19e, #f4b69f, #d68a8a, #a26d8b);
}
Similar color palettes
Moonlight Shades color palette created on .