Color names in this palette
CSS code for this palette
/* CSS */
.frosty-mint {
color: #e0f5f3;
}
.terrace-pool {
color: #a3d6e0;
}
.riverside-blue {
color: #6cb4c6;
}
.scooter {
color: #2e8b9e;
}
.teal-fury {
color: #1b6d79;
}
/* CSS Variables */
:root {
--frosty-mint:#e0f5f3;
--terrace-pool:#a3d6e0;
--riverside-blue:#6cb4c6;
--scooter:#2e8b9e;
--teal-fury:#1b6d79;
}