Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.greek-sea {
color: #71a3ef;
}
.mystic-tulip {
color: #f7b5a1;
}
.canary-diamond {
color: #ffce52;
}
.greenbrier {
color: #4b9b6c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--greek-sea:#71a3ef;
--mystic-tulip:#f7b5a1;
--canary-diamond:#ffce52;
--greenbrier:#4b9b6c;
}