Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #fe6d5d;
}
.snow-white-blush {
color: #f9aeae;
}
.lemon-pound-cake {
color: #fddb91;
}
.basil-smash {
color: #b2e3a1;
}
.throat-chakra {
color: #6cccda;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#fe6d5d;
--snow-white-blush:#f9aeae;
--lemon-pound-cake:#fddb91;
--basil-smash:#b2e3a1;
--throat-chakra:#6cccda;
}