Autumn Ember Tones Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Autumn Ember Tones palette

Condividi questa palette a:

tavolozza dei colori Autumn Ember Tones CSS

/* CSS */
.color-1 {
color: #bf8636;
}
.color-2 {
color: #9a6a3c;
}
.color-3 {
color: #7f6043;
}
.color-4 {
color: #7f5334;
}
.color-5 {
color: #5d4d3c;
}

/* CSS Variables */
:root {
--color-1: #bf8636;
--color-2: #9a6a3c;
--color-3: #7f6043;
--color-4: #7f5334;
--color-5: #5d4d3c;
}

CSS con gradiente di sfondo Autumn Ember Tones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bf8636, #9a6a3c, #7f6043, #7f5334, #5d4d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bf8636, #9a6a3c, #7f6043, #7f5334, #5d4d3c);
}

Autumn Ember Tones color palette created on .