Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.tillandsia-purple {
color: #5c3f83;
}
.wisteria-purple {
color: #8c5b9a;
}
.terra-cotta-pot {
color: #d4906e;
}
.mille-feuille {
color: #f3c77c;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--tillandsia-purple:#5c3f83;
--wisteria-purple:#8c5b9a;
--terra-cotta-pot:#d4906e;
--mille-feuille:#f3c77c;
}