Color names in this palette
CSS code for this palette
/* CSS */
.chaat-masala {
color: #f37e30;
}
.exciting-orange {
color: #f3b07c;
}
.amaya {
color: #f3c3cd;
}
.scented-spring {
color: #f3d2f4;
}
.lavender-savor {
color: #f3e0ff;
}
/* CSS Variables */
:root {
--chaat-masala:#f37e30;
--exciting-orange:#f3b07c;
--amaya:#f3c3cd;
--scented-spring:#f3d2f4;
--lavender-savor:#f3e0ff;
}