Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.pismo-dunes {
color: #f6d6a2;
}
.american-yellow {
color: #f5b400;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.war-paint-red {
color: #db4d1a;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--pismo-dunes:#f6d6a2;
--american-yellow:#f5b400;
--apricot-glazed-chicken:#f5a524;
--war-paint-red:#db4d1a;
}