Autumn Ember Glow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Autumn Ember Glow palette

Condividi questa palette a:

tavolozza dei colori Autumn Ember Glow CSS

/* CSS */
.color-1 {
color: #fdd577;
}
.color-2 {
color: #ed914a;
}
.color-3 {
color: #be5227;
}
.color-4 {
color: #8d2c16;
}
.color-5 {
color: #62190e;
}

/* CSS Variables */
:root {
--color-1: #fdd577;
--color-2: #ed914a;
--color-3: #be5227;
--color-4: #8d2c16;
--color-5: #62190e;
}

CSS con gradiente di sfondo Autumn Ember Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdd577, #ed914a, #be5227, #8d2c16, #62190e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdd577, #ed914a, #be5227, #8d2c16, #62190e);
}

Autumn Ember Glow color palette created on .