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