Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.soft-saffron {
color: #ffd480;
}
.emerald-wave {
color: #4eb7ac;
}
.green-spool {
color: #006275;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--soft-saffron:#ffd480;
--emerald-wave:#4eb7ac;
--green-spool:#006275;
}