Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.kanz-orange {
color: #ff8e3d;
}
.gold-thread {
color: #fce8b0;
}
.may-apple {
color: #8edc93;
}
.coolbox-ice-turquoise {
color: #499c9b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--kanz-orange:#ff8e3d;
--gold-thread:#fce8b0;
--may-apple:#8edc93;
--coolbox-ice-turquoise:#499c9b;
}