Color names in this palette
CSS code for this palette
/* CSS */
.chaat-masala {
color: #ea802e;
}
.pani-puri {
color: #f3a94f;
}
.rubber-ducky {
color: #f9cb58;
}
.puff-pastry-yellow {
color: #fcce8d;
}
.navel {
color: #ec8232;
}
/* CSS Variables */
:root {
--chaat-masala:#ea802e;
--pani-puri:#f3a94f;
--rubber-ducky:#f9cb58;
--puff-pastry-yellow:#fcce8d;
--navel:#ec8232;
}