Color names in this palette
CSS code for this palette
/* CSS */
.raspberry-sorbet {
color: #d6386a;
}
.grapefruit-pulp {
color: #ff6e61;
}
.peachy-salmon {
color: #ff9b80;
}
.vibrant {
color: #ffd54d;
}
.blue-genie {
color: #6961ff;
}
/* CSS Variables */
:root {
--raspberry-sorbet:#d6386a;
--grapefruit-pulp:#ff6e61;
--peachy-salmon:#ff9b80;
--vibrant:#ffd54d;
--blue-genie:#6961ff;
}