Autumn Ember Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Autumn Ember palette

Condividi questa palette a:

tavolozza dei colori Autumn Ember CSS

/* CSS */
.color-1 {
color: #d5b26d;
}
.color-2 {
color: #c18b4e;
}
.color-3 {
color: #a45c3d;
}
.color-4 {
color: #893b2f;
}
.color-5 {
color: #7a2d24;
}

/* CSS Variables */
:root {
--color-1: #d5b26d;
--color-2: #c18b4e;
--color-3: #a45c3d;
--color-4: #893b2f;
--color-5: #7a2d24;
}

CSS con gradiente di sfondo Autumn Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5b26d, #c18b4e, #a45c3d, #893b2f, #7a2d24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5b26d, #c18b4e, #a45c3d, #893b2f, #7a2d24);
}

Autumn Ember color palette created on .