Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.snow-white-blush {
color: #f9aeae;
}
.pinenut {
color: #f7d7b6;
}
.lime-lizard {
color: #a3d55d;
}
.adriatic-blue {
color: #5b8a9a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--snow-white-blush:#f9aeae;
--pinenut:#f7d7b6;
--lime-lizard:#a3d55d;
--adriatic-blue:#5b8a9a;
}