Color names in this palette
CSS code for this palette
/* CSS */
.tl-loc-blue {
color: #2b6f82;
}
.inspiration-peak {
color: #4d9d88;
}
.green-balloon {
color: #82c4a9;
}
.sunset-gold {
color: #f4c162;
}
.hot-calypso {
color: #f58d7a;
}
/* CSS Variables */
:root {
--tl-loc-blue:#2b6f82;
--inspiration-peak:#4d9d88;
--green-balloon:#82c4a9;
--sunset-gold:#f4c162;
--hot-calypso:#f58d7a;
}