/* CSS */
.color-1 {
color: #9C4040;
}
.color-2 {
color: #D86F6F;
}
.color-3 {
color: #FFD1A3;
}
.color-4 {
color: #FBAE5B;
}
.color-5 {
color: #5F9B5F;
}
/* CSS Variables */
:root {
--color-1: #9C4040;
--color-2: #D86F6F;
--color-3: #FFD1A3;
--color-4: #FBAE5B;
--color-5: #5F9B5F;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9C4040, #D86F6F, #FFD1A3, #FBAE5B, #5F9B5F);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9C4040, #D86F6F, #FFD1A3, #FBAE5B, #5F9B5F);
}Krampus' Hearth color palette created on .