Color names in this palette
CSS code for this palette
/* CSS */
.sweet-mandarin {
color: #d55e39;
}
.lightning-yellow {
color: #f69f2c;
}
.toucan-gentleman {
color: #f6cb09;
}
.range-land {
color: #5cbb58;
}
.waimea-blue {
color: #4d9bdb;
}
/* CSS Variables */
:root {
--sweet-mandarin:#d55e39;
--lightning-yellow:#f69f2c;
--toucan-gentleman:#f6cb09;
--range-land:#5cbb58;
--waimea-blue:#4d9bdb;
}