Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.nacho {
color: #ffcb5c;
}
.bit-of-blue {
color: #d9e3e3;
}
.shearwater-black {
color: #5a5b6c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--nacho:#ffcb5c;
--bit-of-blue:#d9e3e3;
--shearwater-black:#5a5b6c;
}