Color names in this palette
CSS code for this palette
/* CSS */
.seattle-red {
color: #7f1f2c;
}
.cry-of-a-rose {
color: #b03b5a;
}
.little-bow-pink {
color: #d77e9a;
}
.cherry-blossom {
color: #f2c0d5;
}
.pork-belly {
color: #f9e1e6;
}
/* CSS Variables */
:root {
--seattle-red:#7f1f2c;
--cry-of-a-rose:#b03b5a;
--little-bow-pink:#d77e9a;
--cherry-blossom:#f2c0d5;
--pork-belly:#f9e1e6;
}