Blue Moonlight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Moonlight palette

Share this palette to:

Blue Moonlight color palette CSS

/* CSS */
.color-1 {
color: #d2e2f9;
}
.color-2 {
color: #a4c8df;
}
.color-3 {
color: #7ab4d1;
}
.color-4 {
color: #4f9bc4;
}
.color-5 {
color: #1d7bb9;
}

/* CSS Variables */
:root {
--color-1: #d2e2f9;
--color-2: #a4c8df;
--color-3: #7ab4d1;
--color-4: #4f9bc4;
--color-5: #1d7bb9;
}

Blue Moonlight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2e2f9, #a4c8df, #7ab4d1, #4f9bc4, #1d7bb9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2e2f9, #a4c8df, #7ab4d1, #4f9bc4, #1d7bb9);
}

Blue Moonlight color palette created on .