Color names in this palette
CSS code for this palette
/* CSS */
.spicy-sweetcorn {
color: #f5a700;
}
.pinard-yellow {
color: #f5c800;
}
.blue-atoll {
color: #00b4e0;
}
.vanadyl-blue {
color: #00a8e6;
}
.mosaic-blue {
color: #007e94;
}
/* CSS Variables */
:root {
--spicy-sweetcorn:#f5a700;
--pinard-yellow:#f5c800;
--blue-atoll:#00b4e0;
--vanadyl-blue:#00a8e6;
--mosaic-blue:#007e94;
}