Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.french-market {
color: #a1c9a6;
}
.calabrese {
color: #f6a9a2;
}
.buttery-croissant {
color: #f5e29e;
}
.parisian-cashmere {
color: #d1c6b8;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--french-market:#a1c9a6;
--calabrese:#f6a9a2;
--buttery-croissant:#f5e29e;
--parisian-cashmere:#d1c6b8;
}