Moonstone Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Moonstone palette

Share this palette to:

Moonstone color palette CSS

/* CSS */
.color-1 {
color: #a9c8e0;
}
.color-2 {
color: #b4d2e9;
}
.color-3 {
color: #e2f6f8;
}
.color-4 {
color: #d5e0e7;
}
.color-5 {
color: #b6c8d8;
}

/* CSS Variables */
:root {
--color-1: #a9c8e0;
--color-2: #b4d2e9;
--color-3: #e2f6f8;
--color-4: #d5e0e7;
--color-5: #b6c8d8;
}

Moonstone background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c8e0, #b4d2e9, #e2f6f8, #d5e0e7, #b6c8d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c8e0, #b4d2e9, #e2f6f8, #d5e0e7, #b6c8d8);
}

Moonstone color palette created on .