Color names in this palette
CSS code for this palette
/* CSS */
.ablaze {
color: #c2483d;
}
.dull-orange {
color: #d6873d;
}
.chamois {
color: #e8cb9b;
}
.celadon-sorbet {
color: #b0d8c6;
}
.titanium-blue {
color: #5b788b;
}
/* CSS Variables */
:root {
--ablaze:#c2483d;
--dull-orange:#d6873d;
--chamois:#e8cb9b;
--celadon-sorbet:#b0d8c6;
--titanium-blue:#5b788b;
}