Color names in this palette
CSS code for this palette
/* CSS */
.knockout-orange {
color: #e26e3c;
}
.mango-margarita {
color: #f5b74d;
}
.limelight {
color: #efe46c;
}
.pastel-green {
color: #7cd86e;
}
.coastline-blue {
color: #4a9cba;
}
/* CSS Variables */
:root {
--knockout-orange:#e26e3c;
--mango-margarita:#f5b74d;
--limelight:#efe46c;
--pastel-green:#7cd86e;
--coastline-blue:#4a9cba;
}