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