Color names in this palette
CSS code for this palette
/* CSS */
.match-head {
color: #d62e5b;
}
.chrome-yellow {
color: #faa700;
}
.powder-puff {
color: #fff0f3;
}
.violetta {
color: #af6e9b;
}
.childhood-crush {
color: #e36a68;
}
/* CSS Variables */
:root {
--match-head:#d62e5b;
--chrome-yellow:#faa700;
--powder-puff:#fff0f3;
--violetta:#af6e9b;
--childhood-crush:#e36a68;
}