Color names in this palette
CSS code for this palette
/* CSS */
.smooth-satin {
color: #a2d7d5;
}
.enchanted-emerald {
color: #7ad6a1;
}
.petrol-green {
color: #4f9c8b;
}
.pinehurst {
color: #2a7964;
}
.hornblende-green {
color: #1f4d4c;
}
/* CSS Variables */
:root {
--smooth-satin:#a2d7d5;
--enchanted-emerald:#7ad6a1;
--petrol-green:#4f9c8b;
--pinehurst:#2a7964;
--hornblende-green:#1f4d4c;
}