Paleta de colores Yellow Green
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Yellow Green palette
CSS de la paleta de colores Yellow Green
/* CSS */
.color-1 {
color: #faa700;
}
.color-2 {
color: #f6c13c;
}
.color-3 {
color: #a1d77f;
}
.color-4 {
color: #3bb09a;
}
.color-5 {
color: #f25a76;
}
/* CSS Variables */
:root {
--color-1: #faa700;
--color-2: #f6c13c;
--color-3: #a1d77f;
--color-4: #3bb09a;
--color-5: #f25a76;
}
CSS del degradado de fondo Yellow Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa700, #f6c13c, #a1d77f, #3bb09a, #f25a76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa700, #f6c13c, #a1d77f, #3bb09a, #f25a76);
}
Paletas de colores similares
Yellow Green color palette created on .