Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.dublin-jack {
color: #6aaf91;
}
.no-gmb-yellow {
color: #f7ea88;
}
.wiener-schnitzel {
color: #f09c00;
}
.red-power {
color: #d83e3b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--dublin-jack:#6aaf91;
--no-gmb-yellow:#f7ea88;
--wiener-schnitzel:#f09c00;
--red-power:#d83e3b;
}