Color names in this palette
CSS code for this palette
/* CSS */
.brown-magenta {
color: #7b1e3b;
}
.pink-parakeet {
color: #b04f6f;
}
.primrose {
color: #d8839c;
}
.ibis {
color: #f1b1c1;
}
.rose-reminder {
color: #f5c2c7;
}
/* CSS Variables */
:root {
--brown-magenta:#7b1e3b;
--pink-parakeet:#b04f6f;
--primrose:#d8839c;
--ibis:#f1b1c1;
--rose-reminder:#f5c2c7;
}