Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #da2b2b;
}
.mad-for-mango {
color: #f5a300;
}
.yellow-bell-pepper {
color: #ffdd33;
}
.blue-chill {
color: #3d8d8f;
}
.aged-purple {
color: #a648a8;
}
/* CSS Variables */
:root {
--chi-gong:#da2b2b;
--mad-for-mango:#f5a300;
--yellow-bell-pepper:#ffdd33;
--blue-chill:#3d8d8f;
--aged-purple:#a648a8;
}