Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.papaya {
color: #ff9a5c;
}
.grandis {
color: #ffcd75;
}
.sun-drenched {
color: #ffe8a3;
}
.touch-of-turquoise {
color: #a2d7d0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--papaya:#ff9a5c;
--grandis:#ffcd75;
--sun-drenched:#ffe8a3;
--touch-of-turquoise:#a2d7d0;
}