Paleta de colores Vibrant Green

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Green palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Green

/* CSS */
.color-1 {
color: #a4dab4;
}
.color-2 {
color: #f4e1a4;
}
.color-3 {
color: #fbcb89;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #d05a39;
}

/* CSS Variables */
:root {
--color-1: #a4dab4;
--color-2: #f4e1a4;
--color-3: #fbcb89;
--color-4: #ff6e61;
--color-5: #d05a39;
}

CSS del degradado de fondo Vibrant Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4dab4, #f4e1a4, #fbcb89, #ff6e61, #d05a39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4dab4, #f4e1a4, #fbcb89, #ff6e61, #d05a39);
}

Vibrant Green color palette created on .