Color names in this palette
CSS code for this palette
/* CSS */
.indian-saffron {
color: #ff9933;
}
.floral-leaf {
color: #ffb84d;
}
.cowbell {
color: #ffe680;
}
.green-shimmer {
color: #d6ff8a;
}
.malm-ff {
color: #a3d6ff;
}
/* CSS Variables */
:root {
--indian-saffron:#ff9933;
--floral-leaf:#ffb84d;
--cowbell:#ffe680;
--green-shimmer:#d6ff8a;
--malm-ff:#a3d6ff;
}