Color names in this palette
CSS code for this palette
/* CSS */
.fat-gold {
color: #e6b400;
}
.moutarde-de-b-nichon {
color: #c29100;
}
.rat-brown {
color: #8f5d00;
}
.succinct-violet {
color: #503e70;
}
.tutti-frutti {
color: #c05979;
}
/* CSS Variables */
:root {
--fat-gold:#e6b400;
--moutarde-de-b-nichon:#c29100;
--rat-brown:#8f5d00;
--succinct-violet:#503e70;
--tutti-frutti:#c05979;
}