Paleta de colores Shades of Yellow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Yellow palette
CSS de la paleta de colores Shades of Yellow
/* CSS */
.color-1 {
color: #e2ae12;
}
.color-2 {
color: #79982a;
}
.color-3 {
color: #a2c7e7;
}
.color-4 {
color: #f76e6e;
}
.color-5 {
color: #4b2f2f;
}
/* CSS Variables */
:root {
--color-1: #e2ae12;
--color-2: #79982a;
--color-3: #a2c7e7;
--color-4: #f76e6e;
--color-5: #4b2f2f;
}
CSS del degradado de fondo Shades of Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2ae12, #79982a, #a2c7e7, #f76e6e, #4b2f2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2ae12, #79982a, #a2c7e7, #f76e6e, #4b2f2f);
}
Paletas de colores similares
Shades of Yellow color palette created on .