Color names in this palette
CSS code for this palette
/* CSS */
.waimea-blue {
color: #4a9bd9;
}
.xavier-blue {
color: #6cb4e4;
}
.kul-sharif-blue {
color: #8ad5f5;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.chrome-yellow {
color: #faa700;
}
/* CSS Variables */
:root {
--waimea-blue:#4a9bd9;
--xavier-blue:#6cb4e4;
--kul-sharif-blue:#8ad5f5;
--creamy-sweet-corn:#f9c54e;
--chrome-yellow:#faa700;
}