Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.mad-for-mango {
color: #f5a300;
}
.venetian-rose {
color: #f1c6e3;
}
.sinbad {
color: #a7d7d0;
}
.sparkling-apple {
color: #76af41;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--mad-for-mango:#f5a300;
--venetian-rose:#f1c6e3;
--sinbad:#a7d7d0;
--sparkling-apple:#76af41;
}