Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1b649d;
}
.oasis-spring {
color: #4a9ec4;
}
.afternoon-sky {
color: #88d1e7;
}
.venetian-yellow {
color: #f3e5a0;
}
.vintage-orange {
color: #fbb060;
}
/* CSS Variables */
:root {
--jazz-blue:#1b649d;
--oasis-spring:#4a9ec4;
--afternoon-sky:#88d1e7;
--venetian-yellow:#f3e5a0;
--vintage-orange:#fbb060;
}