Color names in this palette
CSS code for this palette
/* CSS */
.pagoda-blue {
color: #1e7f94;
}
.moonstone {
color: #3bb0c4;
}
.water-wonder {
color: #7ed3d0;
}
.everest {
color: #a2e4e6;
}
.whitest-white {
color: #f5faf5;
}
/* CSS Variables */
:root {
--pagoda-blue:#1e7f94;
--moonstone:#3bb0c4;
--water-wonder:#7ed3d0;
--everest:#a2e4e6;
--whitest-white:#f5faf5;
}