Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.tangerine-tango {
color: #ff9d4d;
}
.fresh-pineapple {
color: #f2d450;
}
.lilliputian-lime {
color: #7fd959;
}
.high-blue {
color: #4ab3e8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--tangerine-tango:#ff9d4d;
--fresh-pineapple:#f2d450;
--lilliputian-lime:#7fd959;
--high-blue:#4ab3e8;
}