Paleta de colores Vibrant Yellow Green

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Yellow Green palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Yellow Green

/* CSS */
.color-1 {
color: #f3a23f;
}
.color-2 {
color: #f5e05c;
}
.color-3 {
color: #6ccb79;
}
.color-4 {
color: #00a5e0;
}
.color-5 {
color: #a55eb5;
}

/* CSS Variables */
:root {
--color-1: #f3a23f;
--color-2: #f5e05c;
--color-3: #6ccb79;
--color-4: #00a5e0;
--color-5: #a55eb5;
}

CSS del degradado de fondo Vibrant Yellow Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a23f, #f5e05c, #6ccb79, #00a5e0, #a55eb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a23f, #f5e05c, #6ccb79, #00a5e0, #a55eb5);
}

Vibrant Yellow Green color palette created on .