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: #b6585a;
}
.color-2 {
color: #d8a09d;
}
.color-3 {
color: #e3c1b0;
}
.color-4 {
color: #f6e1b6;
}
.color-5 {
color: #f2d16e;
}

/* CSS Variables */
:root {
--color-1: #b6585a;
--color-2: #d8a09d;
--color-3: #e3c1b0;
--color-4: #f6e1b6;
--color-5: #f2d16e;
}

Autumnal Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6585a, #d8a09d, #e3c1b0, #f6e1b6, #f2d16e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6585a, #d8a09d, #e3c1b0, #f6e1b6, #f2d16e);
}

Autumnal Embrace color palette created on .