Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1b649d;
}
.blue-mediterranean {
color: #1c7c9c;
}
.kentucky-bluegrass {
color: #1fa5b7;
}
.water-sports {
color: #41c3c8;
}
.near-moon {
color: #5ff1d2;
}
/* CSS Variables */
:root {
--jazz-blue:#1b649d;
--blue-mediterranean:#1c7c9c;
--kentucky-bluegrass:#1fa5b7;
--water-sports:#41c3c8;
--near-moon:#5ff1d2;
}