Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.great-fennel-flower {
color: #709d9e;
}
.bubble-algae {
color: #8cedc6;
}
.yellow-chalk {
color: #f8fbb1;
}
.agrellan-badland {
color: #ffb347;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--great-fennel-flower:#709d9e;
--bubble-algae:#8cedc6;
--yellow-chalk:#f8fbb1;
--agrellan-badland:#ffb347;
}