Color names in this palette
CSS code for this palette
/* CSS */
.mom-s-pancake {
color: #f6c655;
}
.carona {
color: #f7a92b;
}
.flame-orange {
color: #f78c22;
}
.brihaspati-orange {
color: #e66b14;
}
.burnt-orange {
color: #c75600;
}
/* CSS Variables */
:root {
--mom-s-pancake:#f6c655;
--carona:#f7a92b;
--flame-orange:#f78c22;
--brihaspati-orange:#e66b14;
--burnt-orange:#c75600;
}