Color names in this palette
CSS code for this palette
/* CSS */
.baby-tears {
color: #6cb8d5;
}
.mountain-bluebird {
color: #4b9abe;
}
.greenland-blue {
color: #357f9c;
}
.king-tide {
color: #2c6e7d;
}
.uncharted {
color: #1c5a5a;
}
/* CSS Variables */
:root {
--baby-tears:#6cb8d5;
--mountain-bluebird:#4b9abe;
--greenland-blue:#357f9c;
--king-tide:#2c6e7d;
--uncharted:#1c5a5a;
}