Paleta de colores Bright Yellow Green

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Bright Yellow Green palette

Compartir esta paleta en:

CSS de la paleta de colores Bright Yellow Green

/* CSS */
.color-1 {
color: #f7d850;
}
.color-2 {
color: #b3d66b;
}
.color-3 {
color: #a5e3ba;
}
.color-4 {
color: #6cb4e5;
}
.color-5 {
color: #f18d3b;
}

/* CSS Variables */
:root {
--color-1: #f7d850;
--color-2: #b3d66b;
--color-3: #a5e3ba;
--color-4: #6cb4e5;
--color-5: #f18d3b;
}

CSS del degradado de fondo Bright Yellow Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d850, #b3d66b, #a5e3ba, #6cb4e5, #f18d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d850, #b3d66b, #a5e3ba, #6cb4e5, #f18d3b);
}

Bright Yellow Green color palette created on .