Color names in this palette
CSS code for this palette
/* CSS */
.monza {
color: #c9031d;
}
.crab-curry {
color: #d84e2c;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.soft-saffron {
color: #fdd27c;
}
.durango-dust {
color: #f9e49f;
}
/* CSS Variables */
:root {
--monza:#c9031d;
--crab-curry:#d84e2c;
--gemini-mustard-momento:#f9a94e;
--soft-saffron:#fdd27c;
--durango-dust:#f9e49f;
}