Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.aspen-yellow {
color: #f9df9f;
}
.pink-marshmallow {
color: #f8b4d2;
}
.pastel-magenta {
color: #f69dc5;
}
.wonder-lust {
color: #f28c9d;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--aspen-yellow:#f9df9f;
--pink-marshmallow:#f8b4d2;
--pastel-magenta:#f69dc5;
--wonder-lust:#f28c9d;
}