Color names in this palette
CSS code for this palette
/* CSS */
.ninjin-orange {
color: #e6a86b;
}
.sunshine-mellow {
color: #f4c210;
}
.venetian-yellow {
color: #f8e3a0;
}
.corinthian-pink {
color: #f6a7d8;
}
.paris-pink {
color: #d56c8c;
}
/* CSS Variables */
:root {
--ninjin-orange:#e6a86b;
--sunshine-mellow:#f4c210;
--venetian-yellow:#f8e3a0;
--corinthian-pink:#f6a7d8;
--paris-pink:#d56c8c;
}