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: #8c4f3b;
}
.color-2 {
color: #b85a3d;
}
.color-3 {
color: #d66b3d;
}
.color-4 {
color: #f0a94c;
}
.color-5 {
color: #ebae3d;
}

/* CSS Variables */
:root {
--color-1: #8c4f3b;
--color-2: #b85a3d;
--color-3: #d66b3d;
--color-4: #f0a94c;
--color-5: #ebae3d;
}

Autumn's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c4f3b, #b85a3d, #d66b3d, #f0a94c, #ebae3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c4f3b, #b85a3d, #d66b3d, #f0a94c, #ebae3d);
}

Autumn's Embrace color palette created on .