Color names in this palette
CSS code for this palette
/* CSS */
.emperor-s-children {
color: #f2a1b6;
}
.tender-peach {
color: #f7d5b6;
}
.havana-cream {
color: #f9e6c3;
}
.lasting-thoughts {
color: #d8e8b0;
}
.overtone {
color: #a3e0b9;
}
/* CSS Variables */
:root {
--emperor-s-children:#f2a1b6;
--tender-peach:#f7d5b6;
--havana-cream:#f9e6c3;
--lasting-thoughts:#d8e8b0;
--overtone:#a3e0b9;
}