Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.nacho {
color: #ffcb5c;
}
.caramelo-dulce {
color: #d59f6d;
}
.zeus-purple {
color: #690571;
}
.dark-purple {
color: #380a43;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--nacho:#ffcb5c;
--caramelo-dulce:#d59f6d;
--zeus-purple:#690571;
--dark-purple:#380a43;
}