Color names in this palette
CSS code for this palette
/* CSS */
.basketball {
color: #f26b31;
}
.tonkatsu {
color: #efac39;
}
.burst-of-lime {
color: #a9d94a;
}
.verdigris-coloured {
color: #5fbf78;
}
.seachange {
color: #3b8b9b;
}
/* CSS Variables */
:root {
--basketball:#f26b31;
--tonkatsu:#efac39;
--burst-of-lime:#a9d94a;
--verdigris-coloured:#5fbf78;
--seachange:#3b8b9b;
}