Color names in this palette
CSS code for this palette
/* CSS */
.invigorate {
color: #e56f38;
}
.rajah {
color: #f7a85e;
}
.yellow-currant {
color: #f9c36c;
}
.nature-s-delight {
color: #a4d68f;
}
.dayflower {
color: #3c9cd7;
}
/* CSS Variables */
:root {
--invigorate:#e56f38;
--rajah:#f7a85e;
--yellow-currant:#f9c36c;
--nature-s-delight:#a4d68f;
--dayflower:#3c9cd7;
}