Color names in this palette
CSS code for this palette
/* CSS */
.vandermint {
color: #a7e1e6;
}
.soft-turquoise {
color: #73d2d4;
}
.north-wind {
color: #4bc1c3;
}
.sea-fantasy {
color: #1e9999;
}
.buzzards-bay {
color: #007a7a;
}
/* CSS Variables */
:root {
--vandermint:#a7e1e6;
--soft-turquoise:#73d2d4;
--north-wind:#4bc1c3;
--sea-fantasy:#1e9999;
--buzzards-bay:#007a7a;
}