Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.orange-canyon {
color: #ffd0a3;
}
.jade-spell {
color: #c1e6d4;
}
.chefchaouen-blue {
color: #a1d0e8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--orange-canyon:#ffd0a3;
--jade-spell:#c1e6d4;
--chefchaouen-blue:#a1d0e8;
}