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: #f8e4bf;
}
.color-2 {
color: #f4c9a4;
}
.color-3 {
color: #f2a76e;
}
.color-4 {
color: #d67d4c;
}
.color-5 {
color: #c94a26;
}

/* CSS Variables */
:root {
--color-1: #f8e4bf;
--color-2: #f4c9a4;
--color-3: #f2a76e;
--color-4: #d67d4c;
--color-5: #c94a26;
}

Autumn's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e4bf, #f4c9a4, #f2a76e, #d67d4c, #c94a26);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e4bf, #f4c9a4, #f2a76e, #d67d4c, #c94a26);
}

Autumn's Embrace color palette created on .