Autumn Embrace Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Autumn Embrace palette

Condividi questa palette a:

tavolozza dei colori Autumn Embrace CSS

/* CSS */
.color-1 {
color: #b16939;
}
.color-2 {
color: #d09b39;
}
.color-3 {
color: #f1c979;
}
.color-4 {
color: #e5af9f;
}
.color-5 {
color: #5a3e35;
}

/* CSS Variables */
:root {
--color-1: #b16939;
--color-2: #d09b39;
--color-3: #f1c979;
--color-4: #e5af9f;
--color-5: #5a3e35;
}

CSS con gradiente di sfondo Autumn Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b16939, #d09b39, #f1c979, #e5af9f, #5a3e35);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b16939, #d09b39, #f1c979, #e5af9f, #5a3e35);
}

Autumn Embrace color palette created on .