Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.beach-party {
color: #f9d25d;
}
.apricot-fool {
color: #fdd2a0;
}
.mystic-tulip {
color: #f7b5a1;
}
.majestic-magenta {
color: #e84a8c;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--beach-party:#f9d25d;
--apricot-fool:#fdd2a0;
--mystic-tulip:#f7b5a1;
--majestic-magenta:#e84a8c;
}