Color names in this palette
CSS code for this palette
/* CSS */
.crystalsong-blue {
color: #50b4b1;
}
.hidden-sea-glass {
color: #6bd1c9;
}
.island-paradise {
color: #8ce3e0;
}
.oasis-stream {
color: #a2f1e3;
}
.tinted-ice {
color: #cff7f5;
}
/* CSS Variables */
:root {
--crystalsong-blue:#50b4b1;
--hidden-sea-glass:#6bd1c9;
--island-paradise:#8ce3e0;
--oasis-stream:#a2f1e3;
--tinted-ice:#cff7f5;
}