Color names in this palette
CSS code for this palette
/* CSS */
.trapunto {
color: #f6eab6;
}
.paris-daisy {
color: #fce84f;
}
.syndicalist {
color: #fac400;
}
.green-flavor {
color: #beae1e;
}
.moscow-papyrus {
color: #8f7c00;
}
/* CSS Variables */
:root {
--trapunto:#f6eab6;
--paris-daisy:#fce84f;
--syndicalist:#fac400;
--green-flavor:#beae1e;
--moscow-papyrus:#8f7c00;
}