Autumn's Golden Ember Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Autumn's Golden Ember palette

Condividi questa palette a:

tavolozza dei colori Autumn's Golden Ember CSS

/* CSS */
.color-1 {
color: #fed795;
}
.color-2 {
color: #fba418;
}
.color-3 {
color: #d58d30;
}
.color-4 {
color: #e77d04;
}
.color-5 {
color: #c15101;
}

/* CSS Variables */
:root {
--color-1: #fed795;
--color-2: #fba418;
--color-3: #d58d30;
--color-4: #e77d04;
--color-5: #c15101;
}

CSS con gradiente di sfondo Autumn's Golden Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fed795, #fba418, #d58d30, #e77d04, #c15101);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fed795, #fba418, #d58d30, #e77d04, #c15101);
}

Autumn's Golden Ember color palette created on .