Color names in this palette
CSS code for this palette
/* CSS */
.pistachio-green {
color: #a9d2a3;
}
.mint-cocktail-green {
color: #b8e4b4;
}
.green-myth {
color: #c6e6c1;
}
.blue-romance {
color: #d8f2d4;
}
.panache {
color: #eaf9e6;
}
/* CSS Variables */
:root {
--pistachio-green:#a9d2a3;
--mint-cocktail-green:#b8e4b4;
--green-myth:#c6e6c1;
--blue-romance:#d8f2d4;
--panache:#eaf9e6;
}