/* CSS */
.color-1 {
color: #D5713F;
}
.color-2 {
color: #E9A07C;
}
.color-3 {
color: #DF7743;
}
.color-4 {
color: #E38759;
}
.color-5 {
color: #E6946B;
}
/* CSS Variables */
:root {
--color-1: #D5713F;
--color-2: #E9A07C;
--color-3: #DF7743;
--color-4: #E38759;
--color-5: #E6946B;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #D5713F, #E9A07C, #DF7743, #E38759, #E6946B);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #D5713F, #E9A07C, #DF7743, #E38759, #E6946B);
}
Green Logan color palette created on .