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: #f0e78e;
}
.color-2 {
color: #c2c9e5;
}
.color-3 {
color: #899bc2;
}
.color-4 {
color: #5b6a8b;
}
.color-5 {
color: #394a5b;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #c2c9e5;
--color-3: #899bc2;
--color-4: #5b6a8b;
--color-5: #394a5b;
}

Blue Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #c2c9e5, #899bc2, #5b6a8b, #394a5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #c2c9e5, #899bc2, #5b6a8b, #394a5b);
}

Blue Moon color palette created on .