Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1f7c8e;
}
.island-moment {
color: #3cb4ac;
}
.turquoise-chalk {
color: #6de3d5;
}
.break-the-ice {
color: #b2e0f0;
}
.high-reflective-white {
color: #f7f8f1;
}
/* CSS Variables */
:root {
--bermuda:#1f7c8e;
--island-moment:#3cb4ac;
--turquoise-chalk:#6de3d5;
--break-the-ice:#b2e0f0;
--high-reflective-white:#f7f8f1;
}