Paleta de colores Green Herb Cookie

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Green Herb Cookie palette

Compartir esta paleta en:

CSS de la paleta de colores Green Herb Cookie

/* CSS */
.color-1 {
color: #aad18f;
}
.color-2 {
color: #b3e2a7;
}
.color-3 {
color: #d6e6b7;
}
.color-4 {
color: #f1e0b1;
}
.color-5 {
color: #c8b2a2;
}

/* CSS Variables */
:root {
--color-1: #aad18f;
--color-2: #b3e2a7;
--color-3: #d6e6b7;
--color-4: #f1e0b1;
--color-5: #c8b2a2;
}

CSS del degradado de fondo Green Herb Cookie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aad18f, #b3e2a7, #d6e6b7, #f1e0b1, #c8b2a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aad18f, #b3e2a7, #d6e6b7, #f1e0b1, #c8b2a2);
}

Green Herb Cookie color palette created on .