Paleta de colores Earthy Harvest Tones
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Earthy Harvest Tones palette
CSS de la paleta de colores Earthy Harvest Tones
/* CSS */
.color-1 {
color: #b69572;
}
.color-2 {
color: #a97c4c;
}
.color-3 {
color: #ae7229;
}
.color-4 {
color: #647f57;
}
.color-5 {
color: #8e602e;
}
/* CSS Variables */
:root {
--color-1: #b69572;
--color-2: #a97c4c;
--color-3: #ae7229;
--color-4: #647f57;
--color-5: #8e602e;
}
CSS del degradado de fondo Earthy Harvest Tones
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b69572, #a97c4c, #ae7229, #647f57, #8e602e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b69572, #a97c4c, #ae7229, #647f57, #8e602e);
}
Paletas de colores similares
Earthy Harvest Tones color palette created on .