Color names in this palette
CSS code for this palette
/* CSS */
.verditer {
color: #00b3aa;
}
.everest {
color: #a3e6e0;
}
.white-smoke {
color: #f3f7f5;
}
.pink-frosting {
color: #f6d5e0;
}
.arctic-paradise {
color: #b6e3f7;
}
/* CSS Variables */
:root {
--verditer:#00b3aa;
--everest:#a3e6e0;
--white-smoke:#f3f7f5;
--pink-frosting:#f6d5e0;
--arctic-paradise:#b6e3f7;
}