Whispers of Autumn Bliss Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Autumn Bliss palette

Share this palette to:

Whispers of Autumn Bliss color palette CSS

/* CSS */
.color-1 {
color: #c4bbb1;
}
.color-2 {
color: #e2b05a;
}
.color-3 {
color: #da81a3;
}
.color-4 {
color: #9b978c;
}
.color-5 {
color: #ca674e;
}

/* CSS Variables */
:root {
--color-1: #c4bbb1;
--color-2: #e2b05a;
--color-3: #da81a3;
--color-4: #9b978c;
--color-5: #ca674e;
}

Whispers of Autumn Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4bbb1, #e2b05a, #da81a3, #9b978c, #ca674e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4bbb1, #e2b05a, #da81a3, #9b978c, #ca674e);
}

Whispers of Autumn Bliss color palette created on .