Color names in this palette
CSS code for this palette
/* CSS */
.riviera-sea {
color: #1f8989;
}
.crystalsong-blue {
color: #4eb7b7;
}
.aqua-splash {
color: #81cfcf;
}
.ice-crystal-blue {
color: #a7e2e2;
}
.tinted-ice {
color: #d1f5f5;
}
/* CSS Variables */
:root {
--riviera-sea:#1f8989;
--crystalsong-blue:#4eb7b7;
--aqua-splash:#81cfcf;
--ice-crystal-blue:#a7e2e2;
--tinted-ice:#d1f5f5;
}