Paleta de colores Verde y Amarillo

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Verde y Amarillo palette

Compartir esta paleta en:

Descargar la paleta de colores Verde y Amarillo (PNG)

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

CSS de la paleta de colores Verde y Amarillo

/* 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 del degradado de fondo 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 .