Color names in this palette
CSS code for this palette
/* CSS */
.indian-saffron {
color: #ff9933;
}
.floral-leaf {
color: #ffb84d;
}
.qing-yellow {
color: #ffcc66;
}
.summer-harvest {
color: #ffe699;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--indian-saffron:#ff9933;
--floral-leaf:#ffb84d;
--qing-yellow:#ffcc66;
--summer-harvest:#ffe699;
--white:#ffffff;
}