Color names in this palette
CSS code for this palette
/* CSS */
.bacon-strips {
color: #e13e33;
}
.chat-orange {
color: #f89c3a;
}
.golden-kiwi {
color: #f5d12e;
}
.exploration-green {
color: #5bae61;
}
.canoe-blue {
color: #1b5074;
}
/* CSS Variables */
:root {
--bacon-strips:#e13e33;
--chat-orange:#f89c3a;
--golden-kiwi:#f5d12e;
--exploration-green:#5bae61;
--canoe-blue:#1b5074;
}