Color names in this palette
CSS code for this palette
/* CSS */
.mountain-meadow {
color: #2ac08e;
}
.peppy {
color: #6fd3b8;
}
.botanical-tint {
color: #a5e3d7;
}
.chef-s-hat {
color: #f3f6f5;
}
.calabrese {
color: #f1a8a2;
}
/* CSS Variables */
:root {
--mountain-meadow:#2ac08e;
--peppy:#6fd3b8;
--botanical-tint:#a5e3d7;
--chef-s-hat:#f3f6f5;
--calabrese:#f1a8a2;
}