Color names in this palette
CSS code for this palette
/* CSS */
.paris-daisy {
color: #fde94e;
}
.chat-orange {
color: #f99f3e;
}
.carrot {
color: #f66b3c;
}
.pink-flambe {
color: #d1527a;
}
.aged-purple {
color: #a44c9d;
}
/* CSS Variables */
:root {
--paris-daisy:#fde94e;
--chat-orange:#f99f3e;
--carrot:#f66b3c;
--pink-flambe:#d1527a;
--aged-purple:#a44c9d;
}