Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1b6aa7;
}
.highlighter-blue {
color: #39b3d5;
}
.turquoise-sea {
color: #64d6e8;
}
.reef-green {
color: #a6e7c0;
}
.venetian-yellow {
color: #f7e1a1;
}
/* CSS Variables */
:root {
--jazz-blue:#1b6aa7;
--highlighter-blue:#39b3d5;
--turquoise-sea:#64d6e8;
--reef-green:#a6e7c0;
--venetian-yellow:#f7e1a1;
}