Color names in this palette
CSS code for this palette
/* CSS */
.jasper-cane {
color: #e7c6a2;
}
.jaguar-rose {
color: #f2b5b6;
}
.orchid-orange {
color: #ff9f80;
}
.grapefruit-pulp {
color: #ff6e61;
}
.durotar-fire {
color: #f15a27;
}
/* CSS Variables */
:root {
--jasper-cane:#e7c6a2;
--jaguar-rose:#f2b5b6;
--orchid-orange:#ff9f80;
--grapefruit-pulp:#ff6e61;
--durotar-fire:#f15a27;
}