Color names in this palette
CSS code for this palette
/* CSS */
.riviera-sea {
color: #1f8989;
}
.caicos-turquoise {
color: #2cb5b5;
}
.blue-dacnis {
color: #3ae9e9;
}
.bath-water {
color: #88f1f1;
}
.yippie-ya-yellow {
color: #f3f99f;
}
/* CSS Variables */
:root {
--riviera-sea:#1f8989;
--caicos-turquoise:#2cb5b5;
--blue-dacnis:#3ae9e9;
--bath-water:#88f1f1;
--yippie-ya-yellow:#f3f99f;
}