Paleta de colores Green Bamboo

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Green Bamboo palette

Compartir esta paleta en:

Descargar la paleta de colores Green Bamboo (PNG)

Download green bamboo color palette PNG image (landscape)
Download green bamboo color palette PNG image (square)

CSS de la paleta de colores Green Bamboo

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #7ebe9c;
}
.color-3 {
color: #5b9a7f;
}
.color-4 {
color: #3d7b62;
}
.color-5 {
color: #2f5b4c;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #7ebe9c;
--color-3: #5b9a7f;
--color-4: #3d7b62;
--color-5: #2f5b4c;
}

CSS del degradado de fondo Green Bamboo

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #7ebe9c, #5b9a7f, #3d7b62, #2f5b4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #7ebe9c, #5b9a7f, #3d7b62, #2f5b4c);
}

Green Bamboo color palette created on .