Color names in this palette
CSS code for this palette
/* CSS */
.riviera-paradise {
color: #00999e;
}
.caribbean-blue {
color: #1fc7d6;
}
.andes-sky {
color: #73d9d5;
}
.ice-crystal-blue {
color: #a7e7df;
}
.tinted-ice {
color: #d3f8f7;
}
/* CSS Variables */
:root {
--riviera-paradise:#00999e;
--caribbean-blue:#1fc7d6;
--andes-sky:#73d9d5;
--ice-crystal-blue:#a7e7df;
--tinted-ice:#d3f8f7;
}