Color names in this palette
CSS code for this palette
/* CSS */
.curly-maple {
color: #d8c7c0;
}
.pebble-cream {
color: #f3e1c9;
}
.peach-velour {
color: #f5b58a;
}
.raichu-orange {
color: #f9b13e;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--curly-maple:#d8c7c0;
--pebble-cream:#f3e1c9;
--peach-velour:#f5b58a;
--raichu-orange:#f9b13e;
--grapefruit-pulp:#ff6e61;
}