Blue Moonstone Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Moonstone palette
Blue Moonstone color palette CSS
/* CSS */
.color-1 {
color: #a7c6e7;
}
.color-2 {
color: #89b3d1;
}
.color-3 {
color: #63a1c5;
}
.color-4 {
color: #4088b5;
}
.color-5 {
color: #2b637d;
}
/* CSS Variables */
:root {
--color-1: #a7c6e7;
--color-2: #89b3d1;
--color-3: #63a1c5;
--color-4: #4088b5;
--color-5: #2b637d;
}
Blue Moonstone background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c6e7, #89b3d1, #63a1c5, #4088b5, #2b637d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c6e7, #89b3d1, #63a1c5, #4088b5, #2b637d);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Blue Moonstone color palette created on .