Color names in this palette
CSS code for this palette
/* CSS */
.apricot-illusion {
color: #e3c4a5;
}
.antique-cameo {
color: #f2b8a1;
}
.rogue-pink {
color: #f6a7c0;
}
.fruit-shake {
color: #f59c8e;
}
.sweet-lilac {
color: #eab8d1;
}
/* CSS Variables */
:root {
--apricot-illusion:#e3c4a5;
--antique-cameo:#f2b8a1;
--rogue-pink:#f6a7c0;
--fruit-shake:#f59c8e;
--sweet-lilac:#eab8d1;
}