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