Paleta de colores Shades of Verdun Green
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Verdun Green palette
CSS de la paleta de colores Shades of Verdun Green
/* CSS */
.color-1 {
color: #5b6b00;
}
.color-2 {
color: #879900;
}
.color-3 {
color: #b2c200;
}
.color-4 {
color: #dae600;
}
.color-5 {
color: #f2ff00;
}
/* CSS Variables */
:root {
--color-1: #5b6b00;
--color-2: #879900;
--color-3: #b2c200;
--color-4: #dae600;
--color-5: #f2ff00;
}
CSS del degradado de fondo Shades of Verdun Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b6b00, #879900, #b2c200, #dae600, #f2ff00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b6b00, #879900, #b2c200, #dae600, #f2ff00);
}
Paletas de colores similares
Shades of Verdun Green color palette created on .