Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #fe6d5d;
}
.flaming-cauldron {
color: #f7a173;
}
.almond-cream {
color: #f4c19f;
}
.invigorating {
color: #f0e9b2;
}
.green-trance {
color: #a4daa6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#fe6d5d;
--flaming-cauldron:#f7a173;
--almond-cream:#f4c19f;
--invigorating:#f0e9b2;
--green-trance:#a4daa6;
}