Color names in this palette
CSS code for this palette
/* CSS */
.hidden-springs {
color: #1e8db8;
}
.highlighter-blue {
color: #3db2d6;
}
.turquoise-sea {
color: #64d8e8;
}
.jittery-jade {
color: #78e8b4;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--hidden-springs:#1e8db8;
--highlighter-blue:#3db2d6;
--turquoise-sea:#64d8e8;
--jittery-jade:#78e8b4;
--floral-leaf:#ffb84d;
}