Autumn's Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn's Embrace palette

Share this palette to:

Autumn's Embrace color palette CSS

/* CSS */
.color-1 {
color: #eee0c9;
}
.color-2 {
color: #df9e53;
}
.color-3 {
color: #988d8b;
}
.color-4 {
color: #df2d2a;
}
.color-5 {
color: #775237;
}

/* CSS Variables */
:root {
--color-1: #eee0c9;
--color-2: #df9e53;
--color-3: #988d8b;
--color-4: #df2d2a;
--color-5: #775237;
}

Autumn's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eee0c9, #df9e53, #988d8b, #df2d2a, #775237);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eee0c9, #df9e53, #988d8b, #df2d2a, #775237);
}

Similar color palettes

Scroll down to explore 1 Soft beige color palette

Autumn's Embrace color palette created on .