Color names in this palette
CSS code for this palette
/* CSS */
.mandarin-red {
color: #e54c3e;
}
.t-morokoshi-corn {
color: #f8a649;
}
.phellodendron-amurense {
color: #f3c539;
}
.waterfall {
color: #3bb5a3;
}
.haddock-s-sweater {
color: #2c7cba;
}
/* CSS Variables */
:root {
--mandarin-red:#e54c3e;
--t-morokoshi-corn:#f8a649;
--phellodendron-amurense:#f3c539;
--waterfall:#3bb5a3;
--haddock-s-sweater:#2c7cba;
}