Color names in this palette
CSS code for this palette
/* CSS */
.lemon-curry {
color: #d1a623;
}
.juicy-lime {
color: #b1d45e;
}
.ethereal-blue {
color: #5fa7c8;
}
.zenith {
color: #497b9c;
}
.delta-green {
color: #2f4b4c;
}
/* CSS Variables */
:root {
--lemon-curry:#d1a623;
--juicy-lime:#b1d45e;
--ethereal-blue:#5fa7c8;
--zenith:#497b9c;
--delta-green:#2f4b4c;
}