Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1b909d;
}
.tint-of-turquoise {
color: #3dc2b5;
}
.turquoise-chalk {
color: #70e6d6;
}
.pale-king-s-blue {
color: #a8f0e7;
}
.frosty-mint {
color: #e1f9f0;
}
/* CSS Variables */
:root {
--safe-harbour:#1b909d;
--tint-of-turquoise:#3dc2b5;
--turquoise-chalk:#70e6d6;
--pale-king-s-blue:#a8f0e7;
--frosty-mint:#e1f9f0;
}