Moons Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Moons palette
Moons color palette PNG image
Moons color palette CSS
/* CSS */
.color-1 {
color: #292d60;
}
.color-2 {
color: #6b507c;
}
.color-3 {
color: #b5828f;
}
.color-4 {
color: #e0bdd0;
}
.color-5 {
color: #eed7ed;
}
/* CSS Variables */
:root {
--color-1: #292d60;
--color-2: #6b507c;
--color-3: #b5828f;
--color-4: #e0bdd0;
--color-5: #eed7ed;
}
Moons background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #292d60, #6b507c, #b5828f, #e0bdd0, #eed7ed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #292d60, #6b507c, #b5828f, #e0bdd0, #eed7ed);
}
Similar color palettes
Scroll down to explore 1000+ colors.deep blue color palettes
Moons color palette created on .