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: #6b8f24;
}
.color-2 {
color: #ffd900;
}
.color-3 {
color: #ff8052;
}
.color-4 {
color: #ff6bb5;
}
.color-5 {
color: #8a2ce2;
}

/* CSS Variables */
:root {
--color-1: #6b8f24;
--color-2: #ffd900;
--color-3: #ff8052;
--color-4: #ff6bb5;
--color-5: #8a2ce2;
}

CSS del degradado de fondo Vibrant Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8f24, #ffd900, #ff8052, #ff6bb5, #8a2ce2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8f24, #ffd900, #ff8052, #ff6bb5, #8a2ce2);
}

Vibrant Green color palette created on .