Autumnal Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumnal Embrace palette

Share this palette to:

Autumnal Embrace color palette CSS

/* CSS */
.color-1 {
color: #f1c37e;
}
.color-2 {
color: #eabf8b;
}
.color-3 {
color: #daa36c;
}
.color-4 {
color: #c47f6e;
}
.color-5 {
color: #a85c4d;
}

/* CSS Variables */
:root {
--color-1: #f1c37e;
--color-2: #eabf8b;
--color-3: #daa36c;
--color-4: #c47f6e;
--color-5: #a85c4d;
}

Autumnal Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c37e, #eabf8b, #daa36c, #c47f6e, #a85c4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c37e, #eabf8b, #daa36c, #c47f6e, #a85c4d);
}

Autumnal Embrace color palette created on .