Dull Moonlight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dull Moonlight palette
Dull Moonlight color palette PNG image
Dull Moonlight color palette CSS
/* CSS */
.color-1 {
color: #c1d2d7;
}
.color-2 {
color: #a2b6c8;
}
.color-3 {
color: #7899b5;
}
.color-4 {
color: #4d8bac;
}
.color-5 {
color: #2d6d8f;
}
/* CSS Variables */
:root {
--color-1: #c1d2d7;
--color-2: #a2b6c8;
--color-3: #7899b5;
--color-4: #4d8bac;
--color-5: #2d6d8f;
}
Dull Moonlight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1d2d7, #a2b6c8, #7899b5, #4d8bac, #2d6d8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1d2d7, #a2b6c8, #7899b5, #4d8bac, #2d6d8f);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Dull Moonlight color palette created on .