Moon Stone Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Moon Stone palette
Color Inspiration
Images that showcase this color palette in real designs
Download Moon Stone Color Palette (PNG)
Moon Stone color palette CSS
/* CSS */
.color-1 {
color: #95c6ea;
}
.color-2 {
color: #a4e9ef;
}
.color-3 {
color: #cbf1e6;
}
.color-4 {
color: #f8f3e2;
}
.color-5 {
color: #f0adbc;
}
/* CSS Variables */
:root {
--color-1: #95c6ea;
--color-2: #a4e9ef;
--color-3: #cbf1e6;
--color-4: #f8f3e2;
--color-5: #f0adbc;
}
Moon Stone background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #95c6ea, #a4e9ef, #cbf1e6, #f8f3e2, #f0adbc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #95c6ea, #a4e9ef, #cbf1e6, #f8f3e2, #f0adbc);
}
Similar color palettes
Moon Stone color palette created on .