Color names in this palette
CSS code for this palette
/* CSS */
.qing-yellow {
color: #ffcc66;
}
.laddu-orange {
color: #ff8c1a;
}
.vivid-orange {
color: #ff5e00;
}
.green-acres {
color: #4e9d48;
}
.billiard-ball {
color: #2c6d3e;
}
/* CSS Variables */
:root {
--qing-yellow:#ffcc66;
--laddu-orange:#ff8c1a;
--vivid-orange:#ff5e00;
--green-acres:#4e9d48;
--billiard-ball:#2c6d3e;
}