Color names in this palette
CSS code for this palette
/* CSS */
.peach-ash {
color: #eec1be;
}
.bloodthirsty-beige {
color: #f9d8d2;
}
.sweet-nothing {
color: #f9e5e1;
}
.carnation-bouquet {
color: #f5c2d1;
}
.emperor-s-children {
color: #f2a1b6;
}
/* CSS Variables */
:root {
--peach-ash:#eec1be;
--bloodthirsty-beige:#f9d8d2;
--sweet-nothing:#f9e5e1;
--carnation-bouquet:#f5c2d1;
--emperor-s-children:#f2a1b6;
}