Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.agrellan-badland {
color: #ffb347;
}
.pearl-yellow {
color: #f2e5ba;
}
.malibu {
color: #5dbbea;
}
.lilliputian-lime {
color: #7fd959;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--agrellan-badland:#ffb347;
--pearl-yellow:#f2e5ba;
--malibu:#5dbbea;
--lilliputian-lime:#7fd959;
}