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