Light Blue Moon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Blue Moon palette

Share this palette to:

Light Blue Moon color palette CSS

/* CSS */
.color-1 {
color: #f1e4f6;
}
.color-2 {
color: #c4d6e8;
}
.color-3 {
color: #9dc5e2;
}
.color-4 {
color: #78b5a2;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #f1e4f6;
--color-2: #c4d6e8;
--color-3: #9dc5e2;
--color-4: #78b5a2;
--color-5: #f1c84b;
}

Light Blue Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e4f6, #c4d6e8, #9dc5e2, #78b5a2, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e4f6, #c4d6e8, #9dc5e2, #78b5a2, #f1c84b);
}

Light Blue Moon color palette created on .