Color names in this palette
CSS code for this palette
/* CSS */
.pani-puri {
color: #f3a94f;
}
.orpiment-yellow {
color: #f9c99a;
}
.butter-cookie {
color: #f0e3b2;
}
.pretty-petunia {
color: #d7b5e3;
}
.grape-illusion {
color: #b0a6d8;
}
/* CSS Variables */
:root {
--pani-puri:#f3a94f;
--orpiment-yellow:#f9c99a;
--butter-cookie:#f0e3b2;
--pretty-petunia:#d7b5e3;
--grape-illusion:#b0a6d8;
}