Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.amber-yellow {
color: #f8b659;
}
.mocha-dandelion {
color: #f2d86e;
}
.lime-lizard {
color: #a3d55d;
}
.memphis-green {
color: #5b9a79;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--amber-yellow:#f8b659;
--mocha-dandelion:#f2d86e;
--lime-lizard:#a3d55d;
--memphis-green:#5b9a79;
}