Color names in this palette
CSS code for this palette
/* CSS */
.android-green {
color: #a5c639;
}
.vibrant-arsenic {
color: #e4e43f;
}
.american-yellow {
color: #f0b400;
}
.waddles-pink {
color: #f1a7ca;
}
.horror-snob {
color: #d64c4c;
}
/* CSS Variables */
:root {
--android-green:#a5c639;
--vibrant-arsenic:#e4e43f;
--american-yellow:#f0b400;
--waddles-pink:#f1a7ca;
--horror-snob:#d64c4c;
}