/* CSS */
.color-1 {
color: #7C8D8A;
}
.color-2 {
color: #B2BFB0;
}
.color-3 {
color: #D9C78C;
}
.color-4 {
color: #E1A84C;
}
.color-5 {
color: #C7693D;
}
/* CSS Variables */
:root {
--color-1: #7C8D8A;
--color-2: #B2BFB0;
--color-3: #D9C78C;
--color-4: #E1A84C;
--color-5: #C7693D;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7C8D8A, #B2BFB0, #D9C78C, #E1A84C, #C7693D);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7C8D8A, #B2BFB0, #D9C78C, #E1A84C, #C7693D);
}Geode Guardian color palette created on .