Paleta de colores Green Sushi

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Green Sushi palette

Compartir esta paleta en:

CSS de la paleta de colores Green Sushi

/* CSS */
.color-1 {
color: #a8c24c;
}
.color-2 {
color: #b6d57b;
}
.color-3 {
color: #e1e08e;
}
.color-4 {
color: #f1b53b;
}
.color-5 {
color: #d76b2d;
}

/* CSS Variables */
:root {
--color-1: #a8c24c;
--color-2: #b6d57b;
--color-3: #e1e08e;
--color-4: #f1b53b;
--color-5: #d76b2d;
}

CSS del degradado de fondo Green Sushi

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8c24c, #b6d57b, #e1e08e, #f1b53b, #d76b2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8c24c, #b6d57b, #e1e08e, #f1b53b, #d76b2d);
}

Green Sushi color palette created on .