Color names in this palette
CSS code for this palette
/* CSS */
.bistro-pink {
color: #e2b8b6;
}
.blushing-bud {
color: #d99b9b;
}
.pink-dazzle {
color: #c87474;
}
.persimmon-red {
color: #a84d4d;
}
.polished-apple {
color: #8c2b2b;
}
/* CSS Variables */
:root {
--bistro-pink:#e2b8b6;
--blushing-bud:#d99b9b;
--pink-dazzle:#c87474;
--persimmon-red:#a84d4d;
--polished-apple:#8c2b2b;
}