Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.goldfish {
color: #f3ab5e;
}
.medium-pink {
color: #f06090;
}
.fuchsia-kiss {
color: #c76b9b;
}
.studio {
color: #794d9d;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--goldfish:#f3ab5e;
--medium-pink:#f06090;
--fuchsia-kiss:#c76b9b;
--studio:#794d9d;
}