Color names in this palette
CSS code for this palette
/* CSS */
.egg-toast {
color: #f6c80e;
}
.energy-yellow {
color: #f7d350;
}
.daisy-desi {
color: #f9df8b;
}
.lugganath-orange {
color: #f7a988;
}
.usubeni-red {
color: #f26969;
}
/* CSS Variables */
:root {
--egg-toast:#f6c80e;
--energy-yellow:#f7d350;
--daisy-desi:#f9df8b;
--lugganath-orange:#f7a988;
--usubeni-red:#f26969;
}