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: #f2e5b1;
}
.color-2 {
color: #d9c0e3;
}
.color-3 {
color: #a3b9e0;
}
.color-4 {
color: #5a7dba;
}
.color-5 {
color: #2b4c7d;
}

/* CSS Variables */
:root {
--color-1: #f2e5b1;
--color-2: #d9c0e3;
--color-3: #a3b9e0;
--color-4: #5a7dba;
--color-5: #2b4c7d;
}

Light Blue Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e5b1, #d9c0e3, #a3b9e0, #5a7dba, #2b4c7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e5b1, #d9c0e3, #a3b9e0, #5a7dba, #2b4c7d);
}

Light Blue Moon color palette created on .