Color names in this palette
CSS code for this palette
/* CSS */
.waimea-blue {
color: #4e9cd4;
}
.oilcloth-green {
color: #7dbf8f;
}
.english-daisy {
color: #ffcb47;
}
.cadmium-orange {
color: #f28c2c;
}
.spicy-orange {
color: #d74c2d;
}
/* CSS Variables */
:root {
--waimea-blue:#4e9cd4;
--oilcloth-green:#7dbf8f;
--english-daisy:#ffcb47;
--cadmium-orange:#f28c2c;
--spicy-orange:#d74c2d;
}