Whispers of Moonlight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Moonlight palette

Share this palette to:

Whispers of Moonlight color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fbfefe;
}
.color-3 {
color: #fbfbf4;
}
.color-4 {
color: #dddbe1;
}
.color-5 {
color: #bda8b0;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fbfefe;
--color-3: #fbfbf4;
--color-4: #dddbe1;
--color-5: #bda8b0;
}

Whispers of Moonlight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fbfefe, #fbfbf4, #dddbe1, #bda8b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fbfefe, #fbfbf4, #dddbe1, #bda8b0);
}

Similar color palettes

Scroll down to explore 1 White color palette

Whispers of Moonlight color palette created on .