Verde y Amarillo Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Verde y Amarillo palette

Condividi questa palette a:

Scarica la tavolozza dei colori Verde y Amarillo (PNG)

Download verde y amarillo color palette PNG image (landscape)
Download verde y amarillo color palette PNG image (square)

tavolozza dei colori Verde y Amarillo CSS

/* CSS */
.color-1 {
color: #a6e2dc;
}
.color-2 {
color: #ffe0a3;
}
.color-3 {
color: #faedd6;
}
.color-4 {
color: #6bb88a;
}
.color-5 {
color: #56a45d;
}

/* CSS Variables */
:root {
--color-1: #a6e2dc;
--color-2: #ffe0a3;
--color-3: #faedd6;
--color-4: #6bb88a;
--color-5: #56a45d;
}

CSS con gradiente di sfondo Verde y Amarillo

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6e2dc, #ffe0a3, #faedd6, #6bb88a, #56a45d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6e2dc, #ffe0a3, #faedd6, #6bb88a, #56a45d);
}

Verde y Amarillo color palette created on .