Color names in this palette
CSS code for this palette
/* CSS */
.gold-tips {
color: #e5b62a;
}
.pierogi {
color: #f1d88e;
}
.teal-deer {
color: #8fe5b0;
}
.sanctuary-spa {
color: #68afe8;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--gold-tips:#e5b62a;
--pierogi:#f1d88e;
--teal-deer:#8fe5b0;
--sanctuary-spa:#68afe8;
--grapefruit-pulp:#ff6e61;
}