Color names in this palette
CSS code for this palette
/* CSS */
.smooch-rouge {
color: #d73c4e;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.tamale-maize {
color: #f6e7b6;
}
.french-pass {
color: #a3d5e0;
}
.spirit-mountain {
color: #6a8c9a;
}
/* CSS Variables */
:root {
--smooch-rouge:#d73c4e;
--gemini-mustard-momento:#f9a94e;
--tamale-maize:#f6e7b6;
--french-pass:#a3d5e0;
--spirit-mountain:#6a8c9a;
}