Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mad-for-mango {
color: #f5a300;
}
.sand-pearl {
color: #e6d5b7;
}
.xavier-blue {
color: #6cb4e5;
}
.muted-lavender {
color: #3c5a9a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mad-for-mango:#f5a300;
--sand-pearl:#e6d5b7;
--xavier-blue:#6cb4e5;
--muted-lavender:#3c5a9a;
}