Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.capital-yellow {
color: #eab843;
}
.shrimp-toast {
color: #f6c5a2;
}
.flower-blossom-pink {
color: #f77e88;
}
.carmine-rose {
color: #e65c93;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--capital-yellow:#eab843;
--shrimp-toast:#f6c5a2;
--flower-blossom-pink:#f77e88;
--carmine-rose:#e65c93;
}