Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.cerulean-frost {
color: #6d9dc5;
}
.sunny-mood {
color: #f7c94b;
}
.cherokee-dignity {
color: #e57b1f;
}
.plum-dust {
color: #a84d94;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--cerulean-frost:#6d9dc5;
--sunny-mood:#f7c94b;
--cherokee-dignity:#e57b1f;
--plum-dust:#a84d94;
}