Color names in this palette
CSS code for this palette
/* CSS */
.verditer {
color: #00b3aa;
}
.fresh-turquoise {
color: #3cd5d7;
}
.deep-aquamarine {
color: #7dd9e3;
}
.blizzard-blue {
color: #a5e2e9;
}
.windswept {
color: #d1f2f5;
}
/* CSS Variables */
:root {
--verditer:#00b3aa;
--fresh-turquoise:#3cd5d7;
--deep-aquamarine:#7dd9e3;
--blizzard-blue:#a5e2e9;
--windswept:#d1f2f5;
}