Whispering Shadows Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispering Shadows palette

Share this palette to:

Whispering Shadows color palette CSS

/* CSS */
.color-1 {
color: #f6e4d5;
}
.color-2 {
color: #d2c5b7;
}
.color-3 {
color: #a99a8e;
}
.color-4 {
color: #797b7c;
}
.color-5 {
color: #4a4a4a;
}

/* CSS Variables */
:root {
--color-1: #f6e4d5;
--color-2: #d2c5b7;
--color-3: #a99a8e;
--color-4: #797b7c;
--color-5: #4a4a4a;
}

Whispering Shadows background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e4d5, #d2c5b7, #a99a8e, #797b7c, #4a4a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e4d5, #d2c5b7, #a99a8e, #797b7c, #4a4a4a);
}

Whispering Shadows color palette created on .