Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.weathered-blue {
color: #d2e2f9;
}
.shrimp-toast {
color: #f7c5a1;
}
.lime-lizard {
color: #a3d55d;
}
.mad-for-mango {
color: #f5a300;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--weathered-blue:#d2e2f9;
--shrimp-toast:#f7c5a1;
--lime-lizard:#a3d55d;
--mad-for-mango:#f5a300;
}