Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mango-creamsicles {
color: #ffb56b;
}
.soviet-gold {
color: #ffd900;
}
.blue-dart {
color: #4f94d8;
}
.black-liquorice {
color: #3b3b3b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mango-creamsicles:#ffb56b;
--soviet-gold:#ffd900;
--blue-dart:#4f94d8;
--black-liquorice:#3b3b3b;
}