Color names in this palette
CSS code for this palette
/* CSS */
.tl-loc-blue {
color: #2c7081;
}
.glacier-green {
color: #3f9dab;
}
.aruba-blue {
color: #7cd3d5;
}
.york-bisque {
color: #f1d9c6;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--tl-loc-blue:#2c7081;
--glacier-green:#3f9dab;
--aruba-blue:#7cd3d5;
--york-bisque:#f1d9c6;
--sun-orange:#f47b1f;
}