Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.sunny-mood {
color: #f7c94b;
}
.eerie-glow {
color: #a7d7b8;
}
.majolica-blue {
color: #2a4c65;
}
.kacey-s-pink {
color: #e94e77;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--sunny-mood:#f7c94b;
--eerie-glow:#a7d7b8;
--majolica-blue:#2a4c65;
--kacey-s-pink:#e94e77;
}