Color names in this palette
CSS code for this palette
/* CSS */
.mammoth-mountain {
color: #3e6d7a;
}
.teal-trinket {
color: #4d8f9d;
}
.riverbed {
color: #88bfbf;
}
.mountain-dew {
color: #d1e0e0;
}
.zappy-zebra {
color: #f0f3f4;
}
/* CSS Variables */
:root {
--mammoth-mountain:#3e6d7a;
--teal-trinket:#4d8f9d;
--riverbed:#88bfbf;
--mountain-dew:#d1e0e0;
--zappy-zebra:#f0f3f4;
}