Moonlight Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Moonlight Blue palette

Share this palette to:

Moonlight Blue color palette CSS

/* CSS */
.color-1 {
color: #eef2f6;
}
.color-2 {
color: #d2dae5;
}
.color-3 {
color: #a3b5c7;
}
.color-4 {
color: #8fa7c1;
}
.color-5 {
color: #4a6a87;
}

/* CSS Variables */
:root {
--color-1: #eef2f6;
--color-2: #d2dae5;
--color-3: #a3b5c7;
--color-4: #8fa7c1;
--color-5: #4a6a87;
}

Moonlight Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eef2f6, #d2dae5, #a3b5c7, #8fa7c1, #4a6a87);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eef2f6, #d2dae5, #a3b5c7, #8fa7c1, #4a6a87);
}

Moonlight Blue color palette created on .