Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1e7a8a;
}
.crystalsong-blue {
color: #50b9b9;
}
.aqua-fiesta {
color: #92e3e3;
}
.mint-macaron {
color: #b2f0f0;
}
.let-it-snow {
color: #d9f7f7;
}
/* CSS Variables */
:root {
--bermuda:#1e7a8a;
--crystalsong-blue:#50b9b9;
--aqua-fiesta:#92e3e3;
--mint-macaron:#b2f0f0;
--let-it-snow:#d9f7f7;
}