Color names in this palette
CSS code for this palette
/* CSS */
.strawberry-cream {
color: #f2abb2;
}
.grapefruit-pulp {
color: #ff6e61;
}
.nacho {
color: #ffcb5c;
}
.exotic-purple {
color: #6a4f78;
}
.purple-void {
color: #3e1f47;
}
/* CSS Variables */
:root {
--strawberry-cream:#f2abb2;
--grapefruit-pulp:#ff6e61;
--nacho:#ffcb5c;
--exotic-purple:#6a4f78;
--purple-void:#3e1f47;
}