Color names in this palette
CSS code for this palette
/* CSS */
.alpine-morning-blue {
color: #a6c9d9;
}
.tropez-blue {
color: #74b2c3;
}
.aquatic-cool {
color: #43a1b6;
}
.ocean-liner {
color: #1b8b8d;
}
.teal {
color: #007f80;
}
/* CSS Variables */
:root {
--alpine-morning-blue:#a6c9d9;
--tropez-blue:#74b2c3;
--aquatic-cool:#43a1b6;
--ocean-liner:#1b8b8d;
--teal:#007f80;
}