Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f0b400;
}
.safety-yellow {
color: #f0d400;
}
.titanium-yellow {
color: #f0e800;
}
.garlic-pesto {
color: #c1d600;
}
.environmental-study {
color: #8ab800;
}
/* CSS Variables */
:root {
--american-yellow:#f0b400;
--safety-yellow:#f0d400;
--titanium-yellow:#f0e800;
--garlic-pesto:#c1d600;
--environmental-study:#8ab800;
}