Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peanut-butter-chicken {
color: #ffb861;
}
.touch-of-turquoise {
color: #a2d7cf;
}
.dublin-jack {
color: #6dab8c;
}
.dusk-orange {
color: #ff4d3d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peanut-butter-chicken:#ffb861;
--touch-of-turquoise:#a2d7cf;
--dublin-jack:#6dab8c;
--dusk-orange:#ff4d3d;
}