Color names in this palette
CSS code for this palette
/* CSS */
.blue-chill {
color: #3f8d8d;
}
.tropic-tide {
color: #6cc1c1;
}
.bath-water {
color: #8ef1f1;
}
.diamond-league {
color: #cff2f2;
}
.white-smoke {
color: #f5f5f5;
}
/* CSS Variables */
:root {
--blue-chill:#3f8d8d;
--tropic-tide:#6cc1c1;
--bath-water:#8ef1f1;
--diamond-league:#cff2f2;
--white-smoke:#f5f5f5;
}