Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a5e9e1;
}
.sea-of-tranquility {
color: #82d0d9;
}
.shinbashi {
color: #5db8c6;
}
.cancer-seagreen-scarab {
color: #2f9da7;
}
.bermuda {
color: #1b7c8d;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a5e9e1;
--sea-of-tranquility:#82d0d9;
--shinbashi:#5db8c6;
--cancer-seagreen-scarab:#2f9da7;
--bermuda:#1b7c8d;
}