/* CSS */
.color-1 {
color: #B01114;
}
.color-2 {
color: #C92813;
}
.color-3 {
color: #D05E25;
}
.color-4 {
color: #DF822A;
}
.color-5 {
color: #E28C3C;
}
/* CSS Variables */
:root {
--color-1: #B01114;
--color-2: #C92813;
--color-3: #D05E25;
--color-4: #DF822A;
--color-5: #E28C3C;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #B01114, #C92813, #D05E25, #DF822A, #E28C3C);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #B01114, #C92813, #D05E25, #DF822A, #E28C3C);
}
Shades Of Empire Red color palette created on .