Color names in this palette
CSS code for this palette
/* CSS */
.indian-saffron {
color: #ff9933;
}
.floral-leaf {
color: #ffb84d;
}
.bread-n-butter {
color: #ffd280;
}
.mouse-nose {
color: #ffe4b3;
}
.silky-tofu {
color: #fff5e5;
}
/* CSS Variables */
:root {
--indian-saffron:#ff9933;
--floral-leaf:#ffb84d;
--bread-n-butter:#ffd280;
--mouse-nose:#ffe4b3;
--silky-tofu:#fff5e5;
}