Whispers of Autumn Blooms Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Autumn Blooms palette

Share this palette to:

Whispers of Autumn Blooms color palette CSS

/* CSS */
.color-1 {
color: #ede3e6;
}
.color-2 {
color: #d2b7bf;
}
.color-3 {
color: #bb9b90;
}
.color-4 {
color: #d77c5b;
}
.color-5 {
color: #7c92ab;
}

/* CSS Variables */
:root {
--color-1: #ede3e6;
--color-2: #d2b7bf;
--color-3: #bb9b90;
--color-4: #d77c5b;
--color-5: #7c92ab;
}

Whispers of Autumn Blooms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ede3e6, #d2b7bf, #bb9b90, #d77c5b, #7c92ab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ede3e6, #d2b7bf, #bb9b90, #d77c5b, #7c92ab);
}

Whispers of Autumn Blooms color palette created on .