Golden Fields of Autumn Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Fields of Autumn palette

Condividi questa palette a:

tavolozza dei colori Golden Fields of Autumn CSS

/* CSS */
.color-1 {
color: #b88100;
}
.color-2 {
color: #c28e00;
}
.color-3 {
color: #d19600;
}
.color-4 {
color: #f0b800;
}
.color-5 {
color: #c26e00;
}

/* CSS Variables */
:root {
--color-1: #b88100;
--color-2: #c28e00;
--color-3: #d19600;
--color-4: #f0b800;
--color-5: #c26e00;
}

CSS con gradiente di sfondo Golden Fields of Autumn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b88100, #c28e00, #d19600, #f0b800, #c26e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b88100, #c28e00, #d19600, #f0b800, #c26e00);
}

Golden Fields of Autumn color palette created on .