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: #9bbad4;
}
.color-2 {
color: #7899ab;
}
.color-3 {
color: #59809b;
}
.color-4 {
color: #3b6587;
}
.color-5 {
color: #2c506d;
}

/* CSS Variables */
:root {
--color-1: #9bbad4;
--color-2: #7899ab;
--color-3: #59809b;
--color-4: #3b6587;
--color-5: #2c506d;
}

Blue Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9bbad4, #7899ab, #59809b, #3b6587, #2c506d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9bbad4, #7899ab, #59809b, #3b6587, #2c506d);
}

Blue Moon color palette created on .