Paleta de colores Green Sushi
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Green Sushi palette
CSS de la paleta de colores Green Sushi
/* CSS */
.color-1 {
color: #88ac39;
}
.color-2 {
color: #a4c64e;
}
.color-3 {
color: #b8d66b;
}
.color-4 {
color: #e5e29e;
}
.color-5 {
color: #f5b400;
}
/* CSS Variables */
:root {
--color-1: #88ac39;
--color-2: #a4c64e;
--color-3: #b8d66b;
--color-4: #e5e29e;
--color-5: #f5b400;
}
CSS del degradado de fondo Green Sushi
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #88ac39, #a4c64e, #b8d66b, #e5e29e, #f5b400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #88ac39, #a4c64e, #b8d66b, #e5e29e, #f5b400);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Verde
Green Sushi color palette created on .