Paleta de colores Verdant Earthtones
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Verdant Earthtones palette
CSS de la paleta de colores Verdant Earthtones
/* CSS */
.color-1 {
color: #7d9b59;
}
.color-2 {
color: #a3d55d;
}
.color-3 {
color: #e1e09d;
}
.color-4 {
color: #d9ba4a;
}
.color-5 {
color: #c05939;
}
/* CSS Variables */
:root {
--color-1: #7d9b59;
--color-2: #a3d55d;
--color-3: #e1e09d;
--color-4: #d9ba4a;
--color-5: #c05939;
}
CSS del degradado de fondo Verdant Earthtones
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d9b59, #a3d55d, #e1e09d, #d9ba4a, #c05939);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d9b59, #a3d55d, #e1e09d, #d9ba4a, #c05939);
}
Paletas de colores similares
Verdant Earthtones color palette created on .