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: #7fd959;
}
.color-2 {
color: #f6cb3c;
}
.color-3 {
color: #f57332;
}
.color-4 {
color: #e85d3b;
}
.color-5 {
color: #c84c6f;
}

/* CSS Variables */
:root {
--color-1: #7fd959;
--color-2: #f6cb3c;
--color-3: #f57332;
--color-4: #e85d3b;
--color-5: #c84c6f;
}

CSS del degradado de fondo Vibrant Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7fd959, #f6cb3c, #f57332, #e85d3b, #c84c6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7fd959, #f6cb3c, #f57332, #e85d3b, #c84c6f);
}

Vibrant Green color palette created on .