Color names in this palette
CSS code for this palette
/* CSS */
.flint-smoke {
color: #a5b1b1;
}
.abyss {
color: #8e9e9f;
}
.jungle-noises {
color: #3a6e6e;
}
.hornblende-green {
color: #1f4c4c;
}
.sun-dried-tomato {
color: #7e2a2a;
}
/* CSS Variables */
:root {
--flint-smoke:#a5b1b1;
--abyss:#8e9e9f;
--jungle-noises:#3a6e6e;
--hornblende-green:#1f4c4c;
--sun-dried-tomato:#7e2a2a;
}