Looks to the Moon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Looks to the Moon palette
Looks to the Moon color palette PNG image
Looks to the Moon color palette CSS
/* CSS */
.color-1 {
color: #9fc4e9;
}
.color-2 {
color: #789dba;
}
.color-3 {
color: #5c8099;
}
.color-4 {
color: #f3d5a0;
}
.color-5 {
color: #e2b1c5;
}
/* CSS Variables */
:root {
--color-1: #9fc4e9;
--color-2: #789dba;
--color-3: #5c8099;
--color-4: #f3d5a0;
--color-5: #e2b1c5;
}
Looks to the Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fc4e9, #789dba, #5c8099, #f3d5a0, #e2b1c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fc4e9, #789dba, #5c8099, #f3d5a0, #e2b1c5);
}
Similar color palettes
Scroll down to explore 1000+ Moon color palettes
Looks to the Moon color palette created on .