Color names in this palette
CSS code for this palette
/* CSS */
.riviera-sea {
color: #1f8989;
}
.caicos-turquoise {
color: #26b5b5;
}
.medium-turquoise {
color: #4cd6d6;
}
.ice-crystal-blue {
color: #a4e0e0;
}
.gram-s-hair {
color: #f2f7f7;
}
/* CSS Variables */
:root {
--riviera-sea:#1f8989;
--caicos-turquoise:#26b5b5;
--medium-turquoise:#4cd6d6;
--ice-crystal-blue:#a4e0e0;
--gram-s-hair:#f2f7f7;
}