Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.great-fennel-flower {
color: #709d9e;
}
.smooth-satin {
color: #a4d6d5;
}
.lighthouse-glow {
color: #f9d36c;
}
.calabrese {
color: #f6a9a2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--great-fennel-flower:#709d9e;
--smooth-satin:#a4d6d5;
--lighthouse-glow:#f9d36c;
--calabrese:#f6a9a2;
}