Color names in this palette
CSS code for this palette
/* CSS */
.biscuit-cream {
color: #f9ccb9;
}
.poppy-petal {
color: #f89c8b;
}
.shell-pink {
color: #f87c7e;
}
.paris-pink {
color: #d66b92;
}
.medium-purple {
color: #9b46a4;
}
/* CSS Variables */
:root {
--biscuit-cream:#f9ccb9;
--poppy-petal:#f89c8b;
--shell-pink:#f87c7e;
--paris-pink:#d66b92;
--medium-purple:#9b46a4;
}