Color names in this palette
CSS code for this palette
/* CSS */
.casandora-yellow {
color: #ffce5c;
}
.grapefruit-pulp {
color: #ff6e61;
}
.red-orange {
color: #ff3d33;
}
.fuchsia-purple {
color: #d83b7a;
}
.daisy-bush {
color: #5d3c8b;
}
/* CSS Variables */
:root {
--casandora-yellow:#ffce5c;
--grapefruit-pulp:#ff6e61;
--red-orange:#ff3d33;
--fuchsia-purple:#d83b7a;
--daisy-bush:#5d3c8b;
}