Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.patrinia-flowers {
color: #dab510;
}
.p-ra-rocha {
color: #a5d52a;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.red-orange {
color: #ff3c2e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--patrinia-flowers:#dab510;
--p-ra-rocha:#a5d52a;
--peanut-butter-chicken:#ffb65c;
--red-orange:#ff3c2e;
}