Color names in this palette
CSS code for this palette
/* CSS */
.seachange {
color: #3c8b9a;
}
.florida-turquoise {
color: #6db6b1;
}
.aroma-blue {
color: #99d1d6;
}
.mint-condition {
color: #e1f9f4;
}
.matt-pink {
color: #ffb3c2;
}
/* CSS Variables */
:root {
--seachange:#3c8b9a;
--florida-turquoise:#6db6b1;
--aroma-blue:#99d1d6;
--mint-condition:#e1f9f4;
--matt-pink:#ffb3c2;
}