Color names in this palette
CSS code for this palette
/* CSS */
.smooth-satin {
color: #a2d8d1;
}
.aquastone {
color: #8ac7b3;
}
.shylock {
color: #5cb7a1;
}
.walk-in-the-woods {
color: #3eac8a;
}
.salsify-grass {
color: #2dae78;
}
/* CSS Variables */
:root {
--smooth-satin:#a2d8d1;
--aquastone:#8ac7b3;
--shylock:#5cb7a1;
--walk-in-the-woods:#3eac8a;
--salsify-grass:#2dae78;
}