Color names in this palette
CSS code for this palette
/* CSS */
.punch-out-glove {
color: #6b8eff;
}
.thor-s-thunder {
color: #4dc6ff;
}
.lemon {
color: #fff700;
}
.precious-persimmon {
color: #ff7142;
}
.chinese-new-year {
color: #ff2e62;
}
/* CSS Variables */
:root {
--punch-out-glove:#6b8eff;
--thor-s-thunder:#4dc6ff;
--lemon:#fff700;
--precious-persimmon:#ff7142;
--chinese-new-year:#ff2e62;
}