Color names in this palette
CSS code for this palette
/* CSS */
.egg-toast {
color: #f6c80e;
}
.gold-sand {
color: #f6e6a7;
}
.bone-chilling {
color: #e3f2f1;
}
.eton-blue {
color: #a7d3d3;
}
.mirage-lake {
color: #4c908f;
}
/* CSS Variables */
:root {
--egg-toast:#f6c80e;
--gold-sand:#f6e6a7;
--bone-chilling:#e3f2f1;
--eton-blue:#a7d3d3;
--mirage-lake:#4c908f;
}