Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1b649d;
}
.safe-harbour {
color: #1b8c9d;
}
.tropical-hideaway {
color: #1bb19d;
}
.tealish {
color: #1bc5a3;
}
.wild-caribbean-green {
color: #1bdaa4;
}
/* CSS Variables */
:root {
--jazz-blue:#1b649d;
--safe-harbour:#1b8c9d;
--tropical-hideaway:#1bb19d;
--tealish:#1bc5a3;
--wild-caribbean-green:#1bdaa4;
}