Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.bread-n-butter {
color: #ffd280;
}
.regale-blue {
color: #80b3d6;
}
.jugendstil-turquoise {
color: #5e9c9c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--bread-n-butter:#ffd280;
--regale-blue:#80b3d6;
--jugendstil-turquoise:#5e9c9c;
}