Moonwatcher Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Moonwatcher palette
Moonwatcher color palette PNG image
Moonwatcher color palette CSS
/* CSS */
.color-1 {
color: #4c3e5b;
}
.color-2 {
color: #705b8b;
}
.color-3 {
color: #a46ba8;
}
.color-4 {
color: #e1b7d5;
}
.color-5 {
color: #f4eaf6;
}
/* CSS Variables */
:root {
--color-1: #4c3e5b;
--color-2: #705b8b;
--color-3: #a46ba8;
--color-4: #e1b7d5;
--color-5: #f4eaf6;
}
Moonwatcher background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e5b, #705b8b, #a46ba8, #e1b7d5, #f4eaf6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e5b, #705b8b, #a46ba8, #e1b7d5, #f4eaf6);
}
Similar color palettes
Scroll down to explore 1000+ Moon color palettes
Moonwatcher color palette created on .