Color names in this palette
CSS code for this palette
/* CSS */
.rio-red {
color: #951d29;
}
.rubiate {
color: #c13e3e;
}
.bonfire {
color: #f57d5b;
}
.solar-plexus-chakra {
color: #f0ca4c;
}
.tinted-mint {
color: #e2e7c5;
}
/* CSS Variables */
:root {
--rio-red:#951d29;
--rubiate:#c13e3e;
--bonfire:#f57d5b;
--solar-plexus-chakra:#f0ca4c;
--tinted-mint:#e2e7c5;
}