/* CSS */
.color-1 {
color: #4B3C2A;
}
.color-2 {
color: #7A5B3E;
}
.color-3 {
color: #C7A44D;
}
.color-4 {
color: #E2B03C;
}
.color-5 {
color: #D75E3C;
}
/* CSS Variables */
:root {
--color-1: #4B3C2A;
--color-2: #7A5B3E;
--color-3: #C7A44D;
--color-4: #E2B03C;
--color-5: #D75E3C;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4B3C2A, #7A5B3E, #C7A44D, #E2B03C, #D75E3C);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4B3C2A, #7A5B3E, #C7A44D, #E2B03C, #D75E3C);
}
Brown Scare color palette created on .