Color names in this palette
CSS code for this palette
/* CSS */
.steel-teal {
color: #5d8a8e;
}
.delta-green {
color: #2c4b4e;
}
.marine-layer {
color: #a2b2b4;
}
.fat-gold {
color: #e6b400;
}
.jelly-slug {
color: #d86a4b;
}
/* CSS Variables */
:root {
--steel-teal:#5d8a8e;
--delta-green:#2c4b4e;
--marine-layer:#a2b2b4;
--fat-gold:#e6b400;
--jelly-slug:#d86a4b;
}