I Watch the Moon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with I Watch the Moon palette
I Watch the Moon color palette PNG image
I Watch the Moon color palette CSS
/* CSS */
.color-1 {
color: #c0c2d3;
}
.color-2 {
color: #a2b5e2;
}
.color-3 {
color: #7a9bc2;
}
.color-4 {
color: #4c7f9e;
}
.color-5 {
color: #3b5b7d;
}
/* CSS Variables */
:root {
--color-1: #c0c2d3;
--color-2: #a2b5e2;
--color-3: #7a9bc2;
--color-4: #4c7f9e;
--color-5: #3b5b7d;
}
I Watch the Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0c2d3, #a2b5e2, #7a9bc2, #4c7f9e, #3b5b7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0c2d3, #a2b5e2, #7a9bc2, #4c7f9e, #3b5b7d);
}
Similar color palettes
Scroll down to explore 100+ Moon color palettes
I Watch the Moon color palette created on .