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: #5e3a31;
}
.color-2 {
color: #d7b2c2;
}
.color-3 {
color: #f2c5b5;
}
.color-4 {
color: #f6a728;
}
.color-5 {
color: #d5884d;
}

/* CSS Variables */
:root {
--color-1: #5e3a31;
--color-2: #d7b2c2;
--color-3: #f2c5b5;
--color-4: #f6a728;
--color-5: #d5884d;
}

Autumnal Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e3a31, #d7b2c2, #f2c5b5, #f6a728, #d5884d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e3a31, #d7b2c2, #f2c5b5, #f6a728, #d5884d);
}

Autumnal Embrace color palette created on .