Color names in this palette
CSS code for this palette
/* CSS */
.pani-puri {
color: #f3a858;
}
.celosia-orange {
color: #e76b32;
}
.peanut-butter-jelly {
color: #c94c26;
}
.edocha {
color: #a23e25;
}
.warmth-of-teamwork {
color: #7c2b1d;
}
/* CSS Variables */
:root {
--pani-puri:#f3a858;
--celosia-orange:#e76b32;
--peanut-butter-jelly:#c94c26;
--edocha:#a23e25;
--warmth-of-teamwork:#7c2b1d;
}