Color names in this palette
CSS code for this palette
/* CSS */
.hornblende-green {
color: #1f4d4d;
}
.jungle-noises {
color: #3a6e6e;
}
.catalina {
color: #71a2a2;
}
.smooth-satin {
color: #a4d5d5;
}
.milky-way {
color: #e4f6f6;
}
/* CSS Variables */
:root {
--hornblende-green:#1f4d4d;
--jungle-noises:#3a6e6e;
--catalina:#71a2a2;
--smooth-satin:#a4d5d5;
--milky-way:#e4f6f6;
}