Autumn Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn Embrace palette

Share this palette to:

Autumn Embrace color palette CSS

/* CSS */
.color-1 {
color: #d67a5c;
}
.color-2 {
color: #eabf8b;
}
.color-3 {
color: #f5e9b2;
}
.color-4 {
color: #f3c6a5;
}
.color-5 {
color: #aa5d3c;
}

/* CSS Variables */
:root {
--color-1: #d67a5c;
--color-2: #eabf8b;
--color-3: #f5e9b2;
--color-4: #f3c6a5;
--color-5: #aa5d3c;
}

Autumn Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d67a5c, #eabf8b, #f5e9b2, #f3c6a5, #aa5d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d67a5c, #eabf8b, #f5e9b2, #f3c6a5, #aa5d3c);
}

Autumn Embrace color palette created on .