Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1b6aa7;
}
.highlighter-blue {
color: #3bb4d8;
}
.candid-blue {
color: #66c4e1;
}
.floral-leaf {
color: #ffb84d;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--jazz-blue:#1b6aa7;
--highlighter-blue:#3bb4d8;
--candid-blue:#66c4e1;
--floral-leaf:#ffb84d;
--shocking-orange:#ff6d1f;
}