Color names in this palette
CSS code for this palette
/* CSS */
.kokoda {
color: #797b5b;
}
.hemp-tea {
color: #b5b65d;
}
.garlic-butter {
color: #e8e35e;
}
.angel-food-cake {
color: #daa24e;
}
.raw-copper {
color: #c66c4e;
}
/* CSS Variables */
:root {
--kokoda:#797b5b;
--hemp-tea:#b5b65d;
--garlic-butter:#e8e35e;
--angel-food-cake:#daa24e;
--raw-copper:#c66c4e;
}