Color names in this palette
CSS code for this palette
/* CSS */
.corinthian-pink {
color: #f8a5d3;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.parakeet-blue {
color: #80bdf9;
}
.purple-honeycreeper {
color: #8b4dff;
}
/* CSS Variables */
:root {
--corinthian-pink:#f8a5d3;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--parakeet-blue:#80bdf9;
--purple-honeycreeper:#8b4dff;
}