Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.l-l-red {
color: #d95c26;
}
.fresh-auburn {
color: #a42b1e;
}
.tillandsia-purple {
color: #5c3a7e;
}
.crumbly-lipstick {
color: #f15bb5;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--l-l-red:#d95c26;
--fresh-auburn:#a42b1e;
--tillandsia-purple:#5c3a7e;
--crumbly-lipstick:#f15bb5;
}