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: #f0c351;
}
.color-2 {
color: #f7a173;
}
.color-3 {
color: #e03e43;
}
.color-4 {
color: #5d4a8c;
}
.color-5 {
color: #1e2876;
}
/* CSS Variables */
:root {
--color-1: #f0c351;
--color-2: #f7a173;
--color-3: #e03e43;
--color-4: #5d4a8c;
--color-5: #1e2876;
}
CSS del degradado de fondo Shades of Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c351, #f7a173, #e03e43, #5d4a8c, #1e2876);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c351, #f7a173, #e03e43, #5d4a8c, #1e2876);
}
Paletas de colores similares
Shades of Yellow color palette created on .