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: #ffffff;
}
.color-3 {
color: #fcfcfd;
}
.color-4 {
color: #e8eaf3;
}
.color-5 {
color: #c7cbe1;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ffffff;
--color-3: #fcfcfd;
--color-4: #e8eaf3;
--color-5: #c7cbe1;
}

Whispers of Moonlight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ffffff, #fcfcfd, #e8eaf3, #c7cbe1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ffffff, #fcfcfd, #e8eaf3, #c7cbe1);
}

Whispers of Moonlight color palette created on .