Color names in this palette
CSS code for this palette
/* CSS */
.moonstone {
color: #3eadc1;
}
.bachelor-button {
color: #4dbcdb;
}
.aquamarine-blue {
color: #6fd2e2;
}
.everest {
color: #a2e4e6;
}
.distant-horizon {
color: #f1f8f8;
}
/* CSS Variables */
:root {
--moonstone:#3eadc1;
--bachelor-button:#4dbcdb;
--aquamarine-blue:#6fd2e2;
--everest:#a2e4e6;
--distant-horizon:#f1f8f8;
}