Color names in this palette
CSS code for this palette
/* CSS */
.waikiki {
color: #1e8b9f;
}
.bachelor-button {
color: #50c3d7;
}
.lilliputian-lime {
color: #7fd959;
}
.westfall-yellow {
color: #f9d44e;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--waikiki:#1e8b9f;
--bachelor-button:#50c3d7;
--lilliputian-lime:#7fd959;
--westfall-yellow:#f9d44e;
--grapefruit-pulp:#ff6e61;
}