Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.indian-saffron {
color: #ff9933;
}
.sunglow {
color: #ffcc33;
}
.lucky-lime {
color: #99cc33;
}
.dark-shamrock {
color: #33cc99;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--indian-saffron:#ff9933;
--sunglow:#ffcc33;
--lucky-lime:#99cc33;
--dark-shamrock:#33cc99;
}