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: #beacb1;
}
.color-2 {
color: #ad897f;
}
.color-3 {
color: #ab6c0d;
}
.color-4 {
color: #826259;
}
.color-5 {
color: #7a481a;
}

/* CSS Variables */
:root {
--color-1: #beacb1;
--color-2: #ad897f;
--color-3: #ab6c0d;
--color-4: #826259;
--color-5: #7a481a;
}

Autumn's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #beacb1, #ad897f, #ab6c0d, #826259, #7a481a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #beacb1, #ad897f, #ab6c0d, #826259, #7a481a);
}

Similar color palettes

Scroll down to explore 2 Muted tones color palettes

Autumn's Embrace color palette created on .