Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.flaming-cauldron {
color: #f7a173;
}
.hu-ng-j-n-zh-u-gold {
color: #f9da6c;
}
.cold-turquoise {
color: #a3d2ca;
}
.nautical {
color: #2e4a7f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--flaming-cauldron:#f7a173;
--hu-ng-j-n-zh-u-gold:#f9da6c;
--cold-turquoise:#a3d2ca;
--nautical:#2e4a7f;
}