Color names in this palette
CSS code for this palette
/* CSS */
.laser-trap {
color: #ff3d6a;
}
.fluorescent-red-orange {
color: #ff7e29;
}
.yellow-jacket {
color: #ffc83d;
}
.matcha-powder {
color: #a1d600;
}
.welsh-onion {
color: #1bb66e;
}
/* CSS Variables */
:root {
--laser-trap:#ff3d6a;
--fluorescent-red-orange:#ff7e29;
--yellow-jacket:#ffc83d;
--matcha-powder:#a1d600;
--welsh-onion:#1bb66e;
}