Color names in this palette
CSS code for this palette
/* CSS */
.deep-aquamarine {
color: #7dd9e3;
}
.bachelor-button {
color: #4bc0d2;
}
.teal-essence {
color: #40a1b0;
}
.bermuda {
color: #1c818d;
}
.iron-teal {
color: #0d4d54;
}
/* CSS Variables */
:root {
--deep-aquamarine:#7dd9e3;
--bachelor-button:#4bc0d2;
--teal-essence:#40a1b0;
--bermuda:#1c818d;
--iron-teal:#0d4d54;
}