Color names in this palette
CSS code for this palette
/* CSS */
.baltic {
color: #1e9f9f;
}
.crystalsong-blue {
color: #4db3b1;
}
.celestine {
color: #80c4c6;
}
.fine-blue {
color: #b7e1e1;
}
.lynx-white {
color: #f6f8f8;
}
/* CSS Variables */
:root {
--baltic:#1e9f9f;
--crystalsong-blue:#4db3b1;
--celestine:#80c4c6;
--fine-blue:#b7e1e1;
--lynx-white:#f6f8f8;
}