Autumn's Whispered Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn's Whispered Embrace palette

Share this palette to:

Autumn's Whispered Embrace color palette CSS

/* CSS */
.color-1 {
color: #f0c57a;
}
.color-2 {
color: #967b6e;
}
.color-3 {
color: #cb4c43;
}
.color-4 {
color: #544045;
}
.color-5 {
color: #3a2c30;
}

/* CSS Variables */
:root {
--color-1: #f0c57a;
--color-2: #967b6e;
--color-3: #cb4c43;
--color-4: #544045;
--color-5: #3a2c30;
}

Autumn's Whispered Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c57a, #967b6e, #cb4c43, #544045, #3a2c30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c57a, #967b6e, #cb4c43, #544045, #3a2c30);
}

Similar color palettes

Autumn's Whispered Embrace color palette created on .