Paleta de colores Vibrant Greens

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Greens palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Vibrant Greens

Download vibrant greens color palette PNG image (landscape)
Download vibrant greens color palette PNG image (square)

CSS de la paleta de colores Vibrant Greens

/* CSS */
.color-1 {
color: #4d4d4d;
}
.color-2 {
color: #c3e38c;
}
.color-3 {
color: #1a1a1a;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #b2e0a9;
}

/* CSS Variables */
:root {
--color-1: #4d4d4d;
--color-2: #c3e38c;
--color-3: #1a1a1a;
--color-4: #ffffff;
--color-5: #b2e0a9;
}

CSS del degradado de fondo Vibrant Greens

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d4d4d, #c3e38c, #1a1a1a, #ffffff, #b2e0a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d4d4d, #c3e38c, #1a1a1a, #ffffff, #b2e0a9);
}

Vibrant Greens color palette created on .