Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1d8e9a;
}
.bianchi-green {
color: #3fcabc;
}
.andes-sky {
color: #76e0d7;
}
.mint-macaron {
color: #aaf0f3;
}
.placebo-sky {
color: #e8fdfc;
}
/* CSS Variables */
:root {
--safe-harbour:#1d8e9a;
--bianchi-green:#3fcabc;
--andes-sky:#76e0d7;
--mint-macaron:#aaf0f3;
--placebo-sky:#e8fdfc;
}