Color names in this palette
CSS code for this palette
/* CSS */
.spicy-orange {
color: #d74c2d;
}
.pani-puri {
color: #f2a950;
}
.sugar-cookie {
color: #f2e2a6;
}
.mountain-lake-azure {
color: #50b9a9;
}
.night-shift {
color: #2c5d6d;
}
/* CSS Variables */
:root {
--spicy-orange:#d74c2d;
--pani-puri:#f2a950;
--sugar-cookie:#f2e2a6;
--mountain-lake-azure:#50b9a9;
--night-shift:#2c5d6d;
}