Color names in this palette
CSS code for this palette
/* CSS */
.french-raspberry {
color: #c92c49;
}
.i-love-you-pink {
color: #d87d8e;
}
.puppy-love {
color: #e4b9c1;
}
.impatiens-petal {
color: #f0d1d8;
}
.pork-belly {
color: #f8e2e8;
}
/* CSS Variables */
:root {
--french-raspberry:#c92c49;
--i-love-you-pink:#d87d8e;
--puppy-love:#e4b9c1;
--impatiens-petal:#f0d1d8;
--pork-belly:#f8e2e8;
}