Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1a8a9e;
}
.glassmith {
color: #4bb7c3;
}
.deep-aquamarine {
color: #79d5e2;
}
.vandermint {
color: #a9e1e5;
}
.everlasting-ice {
color: #f5fafa;
}
/* CSS Variables */
:root {
--safe-harbour:#1a8a9e;
--glassmith:#4bb7c3;
--deep-aquamarine:#79d5e2;
--vandermint:#a9e1e5;
--everlasting-ice:#f5fafa;
}