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: #f1e5ff;
}
.color-2 {
color: #b3c0e0;
}
.color-3 {
color: #8da3c8;
}
.color-4 {
color: #4a8abf;
}
.color-5 {
color: #1e5c99;
}

/* CSS Variables */
:root {
--color-1: #f1e5ff;
--color-2: #b3c0e0;
--color-3: #8da3c8;
--color-4: #4a8abf;
--color-5: #1e5c99;
}

Blue Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e5ff, #b3c0e0, #8da3c8, #4a8abf, #1e5c99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e5ff, #b3c0e0, #8da3c8, #4a8abf, #1e5c99);
}

Blue Moon color palette created on .