Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.citrus-sachet {
color: #f4caa9;
}
.sweet-lilac {
color: #eab8d1;
}
.light-curd {
color: #f9eac8;
}
.antique-cameo {
color: #f5b8a3;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--citrus-sachet:#f4caa9;
--sweet-lilac:#eab8d1;
--light-curd:#f9eac8;
--antique-cameo:#f5b8a3;
}