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: #f8e0b4;
}
.color-2 {
color: #f1b74b;
}
.color-3 {
color: #d78028;
}
.color-4 {
color: #a0511c;
}
.color-5 {
color: #6c2b14;
}

/* CSS Variables */
:root {
--color-1: #f8e0b4;
--color-2: #f1b74b;
--color-3: #d78028;
--color-4: #a0511c;
--color-5: #6c2b14;
}

Autumn's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e0b4, #f1b74b, #d78028, #a0511c, #6c2b14);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e0b4, #f1b74b, #d78028, #a0511c, #6c2b14);
}

Autumn's Embrace color palette created on .