Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1b649d;
}
.highlighter-blue {
color: #3cb3d7;
}
.light-sky-babe {
color: #9fd2df;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.carrot-orange {
color: #f08a24;
}
/* CSS Variables */
:root {
--jazz-blue:#1b649d;
--highlighter-blue:#3cb3d7;
--light-sky-babe:#9fd2df;
--creamy-sweet-corn:#f9c54e;
--carrot-orange:#f08a24;
}