Color names in this palette
CSS code for this palette
/* CSS */
.felt-green {
color: #6ebf90;
}
.lime-lizard {
color: #a3d55d;
}
.gold-sand {
color: #f6e6a7;
}
.just-blush {
color: #f9b4a4;
}
.redstone {
color: #e56c70;
}
/* CSS Variables */
:root {
--felt-green:#6ebf90;
--lime-lizard:#a3d55d;
--gold-sand:#f6e6a7;
--just-blush:#f9b4a4;
--redstone:#e56c70;
}