Color names in this palette
CSS code for this palette
/* CSS */
.hidden-springs {
color: #1e8eb3;
}
.skink-blue {
color: #5dc6d0;
}
.island-paradise {
color: #8ee5e6;
}
.salmon-eggs {
color: #f1d45f;
}
.radiant-yellow {
color: #f69e23;
}
/* CSS Variables */
:root {
--hidden-springs:#1e8eb3;
--skink-blue:#5dc6d0;
--island-paradise:#8ee5e6;
--salmon-eggs:#f1d45f;
--radiant-yellow:#f69e23;
}