Color names in this palette
CSS code for this palette
/* CSS */
.french-raspberry {
color: #c92c4b;
}
.natural-candy-pink {
color: #e5767a;
}
.calabrese {
color: #f4a4a8;
}
.in-the-pink {
color: #f4c3d1;
}
.pink-prism {
color: #f1e7e4;
}
/* CSS Variables */
:root {
--french-raspberry:#c92c4b;
--natural-candy-pink:#e5767a;
--calabrese:#f4a4a8;
--in-the-pink:#f4c3d1;
--pink-prism:#f1e7e4;
}