Moonlight High Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Moonlight High palette
Moonlight High color palette CSS
/* CSS */
.color-1 {
color: #70cbff;
}
.color-2 {
color: #8fe5ff;
}
.color-3 {
color: #bdf0ff;
}
.color-4 {
color: #c9c2ff;
}
.color-5 {
color: #d59eff;
}
/* CSS Variables */
:root {
--color-1: #70cbff;
--color-2: #8fe5ff;
--color-3: #bdf0ff;
--color-4: #c9c2ff;
--color-5: #d59eff;
}
Moonlight High background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #70cbff, #8fe5ff, #bdf0ff, #c9c2ff, #d59eff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #70cbff, #8fe5ff, #bdf0ff, #c9c2ff, #d59eff);
}
Similar color palettes
Scroll down to explore 6 Blue color palettes
Moonlight High color palette created on .