Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.exotic-blossom {
color: #ff9e42;
}
.golden-buddha-belly {
color: #ffcb1f;
}
.chlorella-green {
color: #5cb75c;
}
.aqueous {
color: #3a8e9c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--exotic-blossom:#ff9e42;
--golden-buddha-belly:#ffcb1f;
--chlorella-green:#5cb75c;
--aqueous:#3a8e9c;
}