Color names in this palette
CSS code for this palette
/* CSS */
.red-pepper {
color: #793e39;
}
.sizzling-hot {
color: #a56c55;
}
.great-dane {
color: #d1a36b;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.ronchi {
color: #e8b84f;
}
/* CSS Variables */
:root {
--red-pepper:#793e39;
--sizzling-hot:#a56c55;
--great-dane:#d1a36b;
--solar-plexus-chakra:#f1c84b;
--ronchi:#e8b84f;
}