Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1f9888;
}
.treasured-teal {
color: #4ec6b4;
}
.andes-sky {
color: #7ae1d8;
}
.icery {
color: #a5f8e5;
}
.frosty-mint {
color: #e1f9f2;
}
/* CSS Variables */
:root {
--ocean-liner:#1f9888;
--treasured-teal:#4ec6b4;
--andes-sky:#7ae1d8;
--icery:#a5f8e5;
--frosty-mint:#e1f9f2;
}