Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.au-gratin {
color: #ffa047;
}
.hint-of-honey {
color: #ffd56b;
}
.tropical {
color: #a8e6ce;
}
.poodle-skirt {
color: #ffb3ba;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--au-gratin:#ffa047;
--hint-of-honey:#ffd56b;
--tropical:#a8e6ce;
--poodle-skirt:#ffb3ba;
}