Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.au-gratin {
color: #ffa047;
}
.nacho {
color: #ffcb5c;
}
.smoke-and-mirrors {
color: #d8e6e9;
}
.just-a-fairytale {
color: #695b9a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--au-gratin:#ffa047;
--nacho:#ffcb5c;
--smoke-and-mirrors:#d8e6e9;
--just-a-fairytale:#695b9a;
}