Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.estuary-blue {
color: #6fa5b8;
}
.snow-white-blush {
color: #f9aeae;
}
.straw-hat {
color: #f1d2a7;
}
.american-yellow {
color: #f5b400;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--estuary-blue:#6fa5b8;
--snow-white-blush:#f9aeae;
--straw-hat:#f1d2a7;
--american-yellow:#f5b400;
}