Color names in this palette
CSS code for this palette
/* CSS */
.pistachio-dream {
color: #a7d48c;
}
.kowloon {
color: #e3d759;
}
.lizard-breath {
color: #e8b730;
}
.akak-red {
color: #f27f5f;
}
.nereus {
color: #4b7e3a;
}
/* CSS Variables */
:root {
--pistachio-dream:#a7d48c;
--kowloon:#e3d759;
--lizard-breath:#e8b730;
--akak-red:#f27f5f;
--nereus:#4b7e3a;
}