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: #69af4b;
}
.color-2 {
color: #f9cb24;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #ff6b81;
}
.color-5 {
color: #ff4757;
}

/* CSS Variables */
:root {
--color-1: #69af4b;
--color-2: #f9cb24;
--color-3: #f6b83c;
--color-4: #ff6b81;
--color-5: #ff4757;
}

CSS del degradado de fondo Vibrant Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69af4b, #f9cb24, #f6b83c, #ff6b81, #ff4757);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69af4b, #f9cb24, #f6b83c, #ff6b81, #ff4757);
}

Vibrant Green color palette created on .