Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1b649d;
}
.sparkling-cove {
color: #2ba3b6;
}
.hammam-blue {
color: #5ed9d9;
}
.sea-glass-teal {
color: #a2e7d7;
}
.weathered-mint {
color: #e5f7de;
}
/* CSS Variables */
:root {
--jazz-blue:#1b649d;
--sparkling-cove:#2ba3b6;
--hammam-blue:#5ed9d9;
--sea-glass-teal:#a2e7d7;
--weathered-mint:#e5f7de;
}