/* CSS */
.color-1 {
color: #C94718;
}
.color-2 {
color: #D37E1D;
}
.color-3 {
color: #D89E31;
}
.color-4 {
color: #D28737;
}
.color-5 {
color: #B4431D;
}
/* CSS Variables */
:root {
--color-1: #C94718;
--color-2: #D37E1D;
--color-3: #D89E31;
--color-4: #D28737;
--color-5: #B4431D;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #C94718, #D37E1D, #D89E31, #D28737, #B4431D);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #C94718, #D37E1D, #D89E31, #D28737, #B4431D);
}
Saffron Serenade color palette created on .