Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.silver-tree {
color: #69bf91;
}
.sunny-mood {
color: #f7c94b;
}
.cheddar {
color: #f09e05;
}
.dangerously-red {
color: #d5443f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--silver-tree:#69bf91;
--sunny-mood:#f7c94b;
--cheddar:#f09e05;
--dangerously-red:#d5443f;
}