Color names in this palette
CSS code for this palette
/* CSS */
.noodles {
color: #f8e3b4;
}
.lolly {
color: #ff9c8f;
}
.grapefruit-pulp {
color: #ff6e61;
}
.cherry-brandy {
color: #e56c84;
}
.punch-out-glove {
color: #6a82fb;
}
/* CSS Variables */
:root {
--noodles:#f8e3b4;
--lolly:#ff9c8f;
--grapefruit-pulp:#ff6e61;
--cherry-brandy:#e56c84;
--punch-out-glove:#6a82fb;
}