Color names in this palette
CSS code for this palette
/* CSS */
.fine-blue {
color: #b7e1e1;
}
.island-oasis {
color: #88d8d8;
}
.crystalsong-blue {
color: #4bb4b4;
}
.dark-cyan {
color: #008a8a;
}
.mosque {
color: #005c5c;
}
/* CSS Variables */
:root {
--fine-blue:#b7e1e1;
--island-oasis:#88d8d8;
--crystalsong-blue:#4bb4b4;
--dark-cyan:#008a8a;
--mosque:#005c5c;
}