Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.mystic-tulip {
color: #f7b5a1;
}
.seasonal-beige {
color: #e9b79f;
}
.immortelle-yellow {
color: #d9a20d;
}
.artifact {
color: #c89f8d;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--mystic-tulip:#f7b5a1;
--seasonal-beige:#e9b79f;
--immortelle-yellow:#d9a20d;
--artifact:#c89f8d;
}