Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.dilly-dally {
color: #f6df60;
}
.lilliputian-lime {
color: #7fd959;
}
.fantasy-console-sky {
color: #29b0ff;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--dilly-dally:#f6df60;
--lilliputian-lime:#7fd959;
--fantasy-console-sky:#29b0ff;
--grapefruit-pulp:#ff6e61;
}