Color names in this palette
CSS code for this palette
/* CSS */
.heavenly {
color: #80b2c2;
}
.jugendstil-turquoise {
color: #5e9c9b;
}
.submerged {
color: #4f7c82;
}
.otter-creek {
color: #405a5e;
}
.edge-of-the-galaxy {
color: #2e3e3b;
}
/* CSS Variables */
:root {
--heavenly:#80b2c2;
--jugendstil-turquoise:#5e9c9b;
--submerged:#4f7c82;
--otter-creek:#405a5e;
--edge-of-the-galaxy:#2e3e3b;
}