Color names in this palette
CSS code for this palette
/* CSS */
.amazon {
color: #3a7856;
}
.heart-chakra {
color: #5abf80;
}
.patrice {
color: #87d4a3;
}
.folk-tale {
color: #b0e3bf;
}
.weathered-mint {
color: #e5f8e2;
}
/* CSS Variables */
:root {
--amazon:#3a7856;
--heart-chakra:#5abf80;
--patrice:#87d4a3;
--folk-tale:#b0e3bf;
--weathered-mint:#e5f8e2;
}