Whispers of the Moonlit Fox Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of the Moonlit Fox palette

Share this palette to:

Whispers of the Moonlit Fox color palette CSS

/* CSS */
.color-1 {
color: #f5f3f0;
}
.color-2 {
color: #e2d7cf;
}
.color-3 {
color: #d6b8c2;
}
.color-4 {
color: #b8a2c3;
}
.color-5 {
color: #a1c1d4;
}

/* CSS Variables */
:root {
--color-1: #f5f3f0;
--color-2: #e2d7cf;
--color-3: #d6b8c2;
--color-4: #b8a2c3;
--color-5: #a1c1d4;
}

Whispers of the Moonlit Fox background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f3f0, #e2d7cf, #d6b8c2, #b8a2c3, #a1c1d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f3f0, #e2d7cf, #d6b8c2, #b8a2c3, #a1c1d4);
}

Whispers of the Moonlit Fox color palette created on .