Color names in this palette
CSS code for this palette
/* CSS */
.autumn-pine-green {
color: #157c7f;
}
.ocean-liner {
color: #1f988c;
}
.capture {
color: #2fb19e;
}
.bianchi-green {
color: #3fd5b7;
}
.aphrodite-aqua {
color: #4ce1c1;
}
/* CSS Variables */
:root {
--autumn-pine-green:#157c7f;
--ocean-liner:#1f988c;
--capture:#2fb19e;
--bianchi-green:#3fd5b7;
--aphrodite-aqua:#4ce1c1;
}