Color names in this palette
CSS code for this palette
/* CSS */
.moonstone {
color: #3eadc1;
}
.bachelor-button {
color: #4bb7d2;
}
.middle-blue {
color: #7dd4e3;
}
.charlotte {
color: #a4e0e5;
}
.windswept {
color: #d2f2f4;
}
/* CSS Variables */
:root {
--moonstone:#3eadc1;
--bachelor-button:#4bb7d2;
--middle-blue:#7dd4e3;
--charlotte:#a4e0e5;
--windswept:#d2f2f4;
}