Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1b8e9d;
}
.green-grapple {
color: #3cb9b7;
}
.hammam-blue {
color: #61dbd7;
}
.ice-crystal-blue {
color: #a7e2e1;
}
.everlasting-ice {
color: #f5fafa;
}
/* CSS Variables */
:root {
--safe-harbour:#1b8e9d;
--green-grapple:#3cb9b7;
--hammam-blue:#61dbd7;
--ice-crystal-blue:#a7e2e1;
--everlasting-ice:#f5fafa;
}