Autumn Embertones Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Autumn Embertones palette

Condividi questa palette a:

tavolozza dei colori Autumn Embertones CSS

/* CSS */
.color-1 {
color: #f7b32b;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #c72929;
}
.color-5 {
color: #860e4e;
}

/* CSS Variables */
:root {
--color-1: #f7b32b;
--color-2: #ff6d2e;
--color-3: #ff3c00;
--color-4: #c72929;
--color-5: #860e4e;
}

CSS con gradiente di sfondo Autumn Embertones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b32b, #ff6d2e, #ff3c00, #c72929, #860e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b32b, #ff6d2e, #ff3c00, #c72929, #860e4e);
}

Autumn Embertones color palette created on .