Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1f7c8e;
}
.lake-tahoe-turquoise {
color: #3aaeb6;
}
.turquoise-chalk {
color: #6ce0d8;
}
.icery {
color: #a5f8e2;
}
.calcium {
color: #f2f3e7;
}
/* CSS Variables */
:root {
--bermuda:#1f7c8e;
--lake-tahoe-turquoise:#3aaeb6;
--turquoise-chalk:#6ce0d8;
--icery:#a5f8e2;
--calcium:#f2f3e7;
}