Color names in this palette
CSS code for this palette
/* CSS */
.pale-mint {
color: #a9c4a1;
}
.garlic-pesto {
color: #c4d600;
}
.aqua-bay {
color: #b3e0c7;
}
.bamboo-grass-green {
color: #7d9a4c;
}
.gully-green {
color: #4d6b38;
}
/* CSS Variables */
:root {
--pale-mint:#a9c4a1;
--garlic-pesto:#c4d600;
--aqua-bay:#b3e0c7;
--bamboo-grass-green:#7d9a4c;
--gully-green:#4d6b38;
}