Paleta de colores Golden Fields of Autumn

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Fields of Autumn palette

Compartir esta paleta en:

CSS de la paleta de colores Golden Fields of Autumn

/* 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 del degradado de fondo 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 .