Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1b649d;
}
.highlighter-blue {
color: #3db2d6;
}
.blizzard-blue {
color: #a1e5f2;
}
.venetian-yellow {
color: #f7e1a1;
}
.mustard-crusted-salmon {
color: #f27e40;
}
/* CSS Variables */
:root {
--jazz-blue:#1b649d;
--highlighter-blue:#3db2d6;
--blizzard-blue:#a1e5f2;
--venetian-yellow:#f7e1a1;
--mustard-crusted-salmon:#f27e40;
}