Color names in this palette
CSS code for this palette
/* CSS */
.ivory-oats {
color: #f8e4bf;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.pani-puri {
color: #f1a950;
}
.carnival {
color: #e68a2d;
}
.fresh-gingerbread {
color: #d66b24;
}
/* CSS Variables */
:root {
--ivory-oats:#f8e4bf;
--solar-plexus-chakra:#f1c84b;
--pani-puri:#f1a950;
--carnival:#e68a2d;
--fresh-gingerbread:#d66b24;
}