Color names in this palette
CSS code for this palette
/* CSS */
.deeply-embarrassed {
color: #edb0b7;
}
.allspice {
color: #f7cbab;
}
.soft-butter {
color: #f4e1b8;
}
.butter-cookie {
color: #f0e7b2;
}
.antique-cameo {
color: #f2b9a6;
}
/* CSS Variables */
:root {
--deeply-embarrassed:#edb0b7;
--allspice:#f7cbab;
--soft-butter:#f4e1b8;
--butter-cookie:#f0e7b2;
--antique-cameo:#f2b9a6;
}