Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.antique-wicker-basket {
color: #f6d4a2;
}
.koji-orange {
color: #f1af4b;
}
.apricot-glazed-chicken {
color: #ebaa1e;
}
.jaffa-orange {
color: #d7753c;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--antique-wicker-basket:#f6d4a2;
--koji-orange:#f1af4b;
--apricot-glazed-chicken:#ebaa1e;
--jaffa-orange:#d7753c;
}