Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.nacho {
color: #ffcb5c;
}
.greek-garden {
color: #89d18d;
}
.olympic-blue {
color: #4b91e2;
}
.taylor {
color: #5d5c7a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--nacho:#ffcb5c;
--greek-garden:#89d18d;
--olympic-blue:#4b91e2;
--taylor:#5d5c7a;
}