Blue Moon Dust Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Moon Dust palette

Share this palette to:

Blue Moon Dust color palette CSS

/* CSS */
.color-1 {
color: #dae1f1;
}
.color-2 {
color: #edf1f8;
}
.color-3 {
color: #d6def0;
}
.color-4 {
color: #a2b5dd;
}
.color-5 {
color: #cbd6eb;
}

/* CSS Variables */
:root {
--color-1: #dae1f1;
--color-2: #edf1f8;
--color-3: #d6def0;
--color-4: #a2b5dd;
--color-5: #cbd6eb;
}

Blue Moon Dust background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dae1f1, #edf1f8, #d6def0, #a2b5dd, #cbd6eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dae1f1, #edf1f8, #d6def0, #a2b5dd, #cbd6eb);
}

Blue Moon Dust color palette created on .