Paleta de colores Vintage Forest
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vintage Forest palette
CSS de la paleta de colores Vintage Forest
/* CSS */
.color-1 {
color: #192801;
}
.color-2 {
color: #214002;
}
.color-3 {
color: #334403;
}
.color-4 {
color: #632803;
}
.color-5 {
color: #650d01;
}
/* CSS Variables */
:root {
--color-1: #192801;
--color-2: #214002;
--color-3: #334403;
--color-4: #632803;
--color-5: #650d01;
}
CSS del degradado de fondo Vintage Forest
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #192801, #214002, #334403, #632803, #650d01);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #192801, #214002, #334403, #632803, #650d01);
}
Paletas de colores similares
Vintage Forest color palette created on .