Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1b649d;
}
.water-sports {
color: #3ebad0;
}
.sweet-garden {
color: #5ed4b9;
}
.basil-smash {
color: #b8e0a4;
}
.forsythia-blossom {
color: #f9d66c;
}
/* CSS Variables */
:root {
--jazz-blue:#1b649d;
--water-sports:#3ebad0;
--sweet-garden:#5ed4b9;
--basil-smash:#b8e0a4;
--forsythia-blossom:#f9d66c;
}