Color names in this palette
CSS code for this palette
/* CSS */
.red-hot-mama {
color: #a51d26;
}
.mr-krabs {
color: #d63f24;
}
.trumpet-gold {
color: #e7b40d;
}
.limestoned {
color: #a7c9a1;
}
.overgrown-mausoleum {
color: #4e8c31;
}
/* CSS Variables */
:root {
--red-hot-mama:#a51d26;
--mr-krabs:#d63f24;
--trumpet-gold:#e7b40d;
--limestoned:#a7c9a1;
--overgrown-mausoleum:#4e8c31;
}