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: #f6d12c;
}
.color-2 {
color: #e76e50;
}
.color-3 {
color: #a14f8c;
}
.color-4 {
color: #4e4c90;
}
.color-5 {
color: #1a818e;
}
/* CSS Variables */
:root {
--color-1: #f6d12c;
--color-2: #e76e50;
--color-3: #a14f8c;
--color-4: #4e4c90;
--color-5: #1a818e;
}
CSS del degradado de fondo Shades of Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d12c, #e76e50, #a14f8c, #4e4c90, #1a818e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d12c, #e76e50, #a14f8c, #4e4c90, #1a818e);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 50+ paletas de colores Brillante
Shades of Yellow color palette created on .