Color names in this palette
CSS code for this palette
/* CSS */
.manga-pink {
color: #f5b2da;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.xavier-blue {
color: #6cb2e5;
}
.crown-blue {
color: #4a4e68;
}
/* CSS Variables */
:root {
--manga-pink:#f5b2da;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--xavier-blue:#6cb2e5;
--crown-blue:#4a4e68;
}