Color names in this palette
CSS code for this palette
/* CSS */
.safety-yellow {
color: #e6d600;
}
.bile {
color: #b2c200;
}
.environmental-study {
color: #8ab800;
}
.appetizing-asparagus {
color: #6da300;
}
.pistachio-flour {
color: #4a8f00;
}
/* CSS Variables */
:root {
--safety-yellow:#e6d600;
--bile:#b2c200;
--environmental-study:#8ab800;
--appetizing-asparagus:#6da300;
--pistachio-flour:#4a8f00;
}