Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.synthetic-pumpkin {
color: #ff7a38;
}
.marigold-dust {
color: #f6cb3c;
}
.cymophane-yellow {
color: #f1e5a7;
}
.alpine-goat {
color: #f1f3f8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--synthetic-pumpkin:#ff7a38;
--marigold-dust:#f6cb3c;
--cymophane-yellow:#f1e5a7;
--alpine-goat:#f1f3f8;
}