Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1f7c8e;
}
.island-moment {
color: #3bb0ae;
}
.turquoise-sea {
color: #6de3e9;
}
.mint-macaron {
color: #b2edf0;
}
.dr-white {
color: #fafafa;
}
/* CSS Variables */
:root {
--bermuda:#1f7c8e;
--island-moment:#3bb0ae;
--turquoise-sea:#6de3e9;
--mint-macaron:#b2edf0;
--dr-white:#fafafa;
}