Color names in this palette
CSS code for this palette
/* CSS */
.maximum-red-purple {
color: #a03b74;
}
.crushed-orange {
color: #e27b2c;
}
.lemonade-stand {
color: #f3c839;
}
.burst-of-lime {
color: #a8d841;
}
.maximum-green {
color: #5e8a33;
}
/* CSS Variables */
:root {
--maximum-red-purple:#a03b74;
--crushed-orange:#e27b2c;
--lemonade-stand:#f3c839;
--burst-of-lime:#a8d841;
--maximum-green:#5e8a33;
}