Paleta de colores Yellow Green Freshness
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Yellow Green Freshness palette
CSS de la paleta de colores Yellow Green Freshness
/* CSS */
.color-1 {
color: #d2e3b5;
}
.color-2 {
color: #a8d68f;
}
.color-3 {
color: #6cba4a;
}
.color-4 {
color: #f9f6b9;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #d2e3b5;
--color-2: #a8d68f;
--color-3: #6cba4a;
--color-4: #f9f6b9;
--color-5: #ffffff;
}
CSS del degradado de fondo Yellow Green Freshness
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2e3b5, #a8d68f, #6cba4a, #f9f6b9, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2e3b5, #a8d68f, #6cba4a, #f9f6b9, #ffffff);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Brillante
Yellow Green Freshness color palette created on .