Color names in this palette
CSS code for this palette
/* CSS */
.christy-s-smile {
color: #f8b9ce;
}
.mad-for-mango {
color: #f5a300;
}
.carnival {
color: #e68d2d;
}
.blue-hepatica {
color: #6765e7;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--christy-s-smile:#f8b9ce;
--mad-for-mango:#f5a300;
--carnival:#e68d2d;
--blue-hepatica:#6765e7;
--grapefruit-pulp:#ff6e61;
}