Paleta de colores Shades of Yellow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Yellow palette
Descargar la paleta de colores Shades of Yellow (PNG)
CSS de la paleta de colores Shades of Yellow
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffca80;
}
.color-4 {
color: #ffe0b3;
}
.color-5 {
color: #fff3e0;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ffb84d;
--color-3: #ffca80;
--color-4: #ffe0b3;
--color-5: #fff3e0;
}
CSS del degradado de fondo Shades of Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ffb84d, #ffca80, #ffe0b3, #fff3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ffb84d, #ffca80, #ffe0b3, #fff3e0);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 30+ paletas de colores Ámbar
Shades of Yellow color palette created on .