Paleta de colores Dandelion Yellow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Dandelion Yellow palette
Inspiración de Color
Imágenes que muestran esta paleta de colores en diseños reales
Descargar la paleta de colores Dandelion Yellow (PNG)
CSS de la paleta de colores Dandelion Yellow
/* CSS */
.color-1 {
color: #f7e059;
}
.color-2 {
color: #f6c751;
}
.color-3 {
color: #f49f3e;
}
.color-4 {
color: #f28831;
}
.color-5 {
color: #e66b2d;
}
/* CSS Variables */
:root {
--color-1: #f7e059;
--color-2: #f6c751;
--color-3: #f49f3e;
--color-4: #f28831;
--color-5: #e66b2d;
}
CSS del degradado de fondo Dandelion Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e059, #f6c751, #f49f3e, #f28831, #e66b2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e059, #f6c751, #f49f3e, #f28831, #e66b2d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Amarillo
Dandelion Yellow color palette created on .