Color names in this palette
CSS code for this palette
/* CSS */
.inkwell-inception {
color: #1d1f20;
}
.infrared-tang {
color: #e01f3f;
}
.gemini-mustard-momento {
color: #f9a64e;
}
.fluffy-duckling {
color: #f7e13b;
}
.avocado-dark-green {
color: #3d4c1f;
}
/* CSS Variables */
:root {
--inkwell-inception:#1d1f20;
--infrared-tang:#e01f3f;
--gemini-mustard-momento:#f9a64e;
--fluffy-duckling:#f7e13b;
--avocado-dark-green:#3d4c1f;
}