Blue Moon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Moon palette

Share this palette to:

Blue Moon color palette CSS

/* CSS */
.color-1 {
color: #d4e0ed;
}
.color-2 {
color: #b1c5e7;
}
.color-3 {
color: #89b8e1;
}
.color-4 {
color: #4b9fd2;
}
.color-5 {
color: #2a7fbb;
}

/* CSS Variables */
:root {
--color-1: #d4e0ed;
--color-2: #b1c5e7;
--color-3: #89b8e1;
--color-4: #4b9fd2;
--color-5: #2a7fbb;
}

Blue Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4e0ed, #b1c5e7, #89b8e1, #4b9fd2, #2a7fbb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4e0ed, #b1c5e7, #89b8e1, #4b9fd2, #2a7fbb);
}

Blue Moon color palette created on .