Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #fe6d20;
}
.butter-cream {
color: #f3b044;
}
.garlic-butter {
color: #f0df5c;
}
.rebounder {
color: #b7d671;
}
.petrol-green {
color: #4f9c8d;
}
/* CSS Variables */
:root {
--shocking-orange:#fe6d20;
--butter-cream:#f3b044;
--garlic-butter:#f0df5c;
--rebounder:#b7d671;
--petrol-green:#4f9c8d;
}