Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.egg-yolk {
color: #ffcc80;
}
.xanthe-yellow {
color: #ffee57;
}
.exhilarating-green {
color: #80c684;
}
.ti-n-l-n-sky {
color: #65b5f6;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--egg-yolk:#ffcc80;
--xanthe-yellow:#ffee57;
--exhilarating-green:#80c684;
--ti-n-l-n-sky:#65b5f6;
}