Color names in this palette
CSS code for this palette
/* CSS */
.black {
color: #000000;
}
.english-rose {
color: #f7c5c5;
}
.sly-shrimp {
color: #f8e3d8;
}
.flax-beige {
color: #d5c3b3;
}
.elegant-ice {
color: #c2b8b7;
}
/* CSS Variables */
:root {
--black:#000000;
--english-rose:#f7c5c5;
--sly-shrimp:#f8e3d8;
--flax-beige:#d5c3b3;
--elegant-ice:#c2b8b7;
}