Color names in this palette
CSS code for this palette
/* CSS */
.sea-fantasy {
color: #1e998d;
}
.treasured-teal {
color: #54c4b4;
}
.aqua-spray {
color: #a3e0d8;
}
.bells-and-whistles-gold {
color: #f0e19e;
}
.ballerina-pink {
color: #f9bbb9;
}
/* CSS Variables */
:root {
--sea-fantasy:#1e998d;
--treasured-teal:#54c4b4;
--aqua-spray:#a3e0d8;
--bells-and-whistles-gold:#f0e19e;
--ballerina-pink:#f9bbb9;
}