Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #fe6d5d;
}
.goldfish {
color: #f3ab5e;
}
.e-honda-beige {
color: #f7d87e;
}
.lime-lizard {
color: #a3d55d;
}
.tropical-escape {
color: #50b9b0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#fe6d5d;
--goldfish:#f3ab5e;
--e-honda-beige:#f7d87e;
--lime-lizard:#a3d55d;
--tropical-escape:#50b9b0;
}