Color names in this palette
CSS code for this palette
/* CSS */
.super-lemon {
color: #e5b438;
}
.goody-gumdrop {
color: #c8d779;
}
.tiki-monster {
color: #8cc08e;
}
.blue-shoal {
color: #6b8c94;
}
.takaka {
color: #3e4d79;
}
/* CSS Variables */
:root {
--super-lemon:#e5b438;
--goody-gumdrop:#c8d779;
--tiki-monster:#8cc08e;
--blue-shoal:#6b8c94;
--takaka:#3e4d79;
}