Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1e909f;
}
.bianchi-green {
color: #3dc7c7;
}
.blue-crystal-landscape {
color: #6ce4e2;
}
.freezy-breezy {
color: #9ff4f1;
}
.mint-cream {
color: #f5fff9;
}
/* CSS Variables */
:root {
--safe-harbour:#1e909f;
--bianchi-green:#3dc7c7;
--blue-crystal-landscape:#6ce4e2;
--freezy-breezy:#9ff4f1;
--mint-cream:#f5fff9;
}