Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.exotic-blossom {
color: #ff9e42;
}
.yellow-jacket {
color: #ffc83d;
}
.eerie-glow {
color: #a7d7b8;
}
.bellagio-fountains {
color: #b8e4f4;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--exotic-blossom:#ff9e42;
--yellow-jacket:#ffc83d;
--eerie-glow:#a7d7b8;
--bellagio-fountains:#b8e4f4;
}