Color names in this palette
CSS code for this palette
/* CSS */
.dark-shamrock {
color: #3fcf8e;
}
.meat {
color: #f27d7d;
}
.granny-smith-apple {
color: #a2de8c;
}
.hot-aquarelle-pink {
color: #ffb3e4;
}
.golden-dream {
color: #f4c82a;
}
/* CSS Variables */
:root {
--dark-shamrock:#3fcf8e;
--meat:#f27d7d;
--granny-smith-apple:#a2de8c;
--hot-aquarelle-pink:#ffb3e4;
--golden-dream:#f4c82a;
}