Paleta de colores Green Succulent

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Green Succulent palette

Compartir esta paleta en:

Descargar la paleta de colores Green Succulent (PNG)

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

CSS de la paleta de colores Green Succulent

/* CSS */
.color-1 {
color: #b3d7b2;
}
.color-2 {
color: #a1c4a7;
}
.color-3 {
color: #87af4b;
}
.color-4 {
color: #6b8f24;
}
.color-5 {
color: #4c703e;
}

/* CSS Variables */
:root {
--color-1: #b3d7b2;
--color-2: #a1c4a7;
--color-3: #87af4b;
--color-4: #6b8f24;
--color-5: #4c703e;
}

CSS del degradado de fondo Green Succulent

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3d7b2, #a1c4a7, #87af4b, #6b8f24, #4c703e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3d7b2, #a1c4a7, #87af4b, #6b8f24, #4c703e);
}

Green Succulent color palette created on .