Color names in this palette
CSS code for this palette
/* CSS */
.riviera-sea {
color: #1a8789;
}
.green-grapple {
color: #3bb5b1;
}
.blue-radiance {
color: #59d4d4;
}
.ice-crystal-blue {
color: #a5e9e6;
}
.calcium {
color: #f2f3e7;
}
/* CSS Variables */
:root {
--riviera-sea:#1a8789;
--green-grapple:#3bb5b1;
--blue-radiance:#59d4d4;
--ice-crystal-blue:#a5e9e6;
--calcium:#f2f3e7;
}