/* CSS */
.color-1 {
color: #550E0C;
}
.color-2 {
color: #880E0C;
}
.color-3 {
color: #A94F0F;
}
.color-4 {
color: #AD7014;
}
.color-5 {
color: #C18025;
}
/* CSS Variables */
:root {
--color-1: #550E0C;
--color-2: #880E0C;
--color-3: #A94F0F;
--color-4: #AD7014;
--color-5: #C18025;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #550E0C, #880E0C, #A94F0F, #AD7014, #C18025);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #550E0C, #880E0C, #A94F0F, #AD7014, #C18025);
}
Rusty Ruins color palette created on .