Color names in this palette
CSS code for this palette
/* CSS */
.wattle {
color: #d1c83d;
}
.android-green {
color: #a3c23d;
}
.happy-cricket {
color: #6daf6a;
}
.petrol-green {
color: #4f9c8b;
}
.blue-dart-frog {
color: #3b7b9b;
}
/* CSS Variables */
:root {
--wattle:#d1c83d;
--android-green:#a3c23d;
--happy-cricket:#6daf6a;
--petrol-green:#4f9c8b;
--blue-dart-frog:#3b7b9b;
}