Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f6c4b6;
}
.flamingo-red {
color: #eb8e89;
}
.lipstick-illusion {
color: #d66b6d;
}
.sweet-baby-rose {
color: #c2533d;
}
.wilted-brown {
color: #a84e3e;
}
/* CSS Variables */
:root {
--apricot-obsession:#f6c4b6;
--flamingo-red:#eb8e89;
--lipstick-illusion:#d66b6d;
--sweet-baby-rose:#c2533d;
--wilted-brown:#a84e3e;
}