Color names in this palette
CSS code for this palette
/* CSS */
.freshly-purpleized {
color: #5a4e7e;
}
.amber-autumn {
color: #c6996c;
}
.boot-hill-ghost {
color: #deac8c;
}
.cobblestone {
color: #a89a8f;
}
.bison {
color: #6d4f3b;
}
/* CSS Variables */
:root {
--freshly-purpleized:#5a4e7e;
--amber-autumn:#c6996c;
--boot-hill-ghost:#deac8c;
--cobblestone:#a89a8f;
--bison:#6d4f3b;
}