Color names in this palette
CSS code for this palette
/* CSS */
.pyrite {
color: #f4c543;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.banana-br-l-e {
color: #f8e8b9;
}
.fulgrim-pink {
color: #f7b1d0;
}
.candy-dreams {
color: #e3b6ed;
}
/* CSS Variables */
:root {
--pyrite:#f4c543;
--apricot-glazed-chicken:#f5a524;
--banana-br-l-e:#f8e8b9;
--fulgrim-pink:#f7b1d0;
--candy-dreams:#e3b6ed;
}