Color names in this palette
CSS code for this palette
/* CSS */
.crab-curry {
color: #d64b24;
}
.phoenix-flames {
color: #f8a520;
}
.highlighter-yellow {
color: #f3e739;
}
.android-green {
color: #a5cf3a;
}
.vegetation {
color: #59cf8e;
}
/* CSS Variables */
:root {
--crab-curry:#d64b24;
--phoenix-flames:#f8a520;
--highlighter-yellow:#f3e739;
--android-green:#a5cf3a;
--vegetation:#59cf8e;
}