Autumn's Warm Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn's Warm Embrace palette

Share this palette to:

Autumn's Warm Embrace color palette CSS

/* CSS */
.color-1 {
color: #e7cf9d;
}
.color-2 {
color: #d8bc88;
}
.color-3 {
color: #c6a671;
}
.color-4 {
color: #b28b57;
}
.color-5 {
color: #9a7247;
}

/* CSS Variables */
:root {
--color-1: #e7cf9d;
--color-2: #d8bc88;
--color-3: #c6a671;
--color-4: #b28b57;
--color-5: #9a7247;
}

Autumn's Warm Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7cf9d, #d8bc88, #c6a671, #b28b57, #9a7247);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7cf9d, #d8bc88, #c6a671, #b28b57, #9a7247);
}

Autumn's Warm Embrace color palette created on .