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