Color names in this palette
CSS code for this palette
/* CSS */
.midnight-dreams {
color: #022231;
}
.iron-teal {
color: #0e4d53;
}
.blue-kelp {
color: #1a7c7f;
}
.arctic-green {
color: #4bb9b7;
}
.aqua-zing {
color: #80e0d8;
}
/* CSS Variables */
:root {
--midnight-dreams:#022231;
--iron-teal:#0e4d53;
--blue-kelp:#1a7c7f;
--arctic-green:#4bb9b7;
--aqua-zing:#80e0d8;
}