Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.chrome-yellow {
color: #faa700;
}
.nanohanacha-gold {
color: #e2b032;
}
.garlic-pesto {
color: #c4d600;
}
.matcha-powder {
color: #9dd600;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--chrome-yellow:#faa700;
--nanohanacha-gold:#e2b032;
--garlic-pesto:#c4d600;
--matcha-powder:#9dd600;
}