Color names in this palette
CSS code for this palette
/* CSS */
.french-raspberry {
color: #c92c49;
}
.highlighter-pink {
color: #e65b7e;
}
.pink-fit {
color: #f2a6ad;
}
.trapunto {
color: #f6e8b6;
}
.forsythia-blossom {
color: #f9d66c;
}
/* CSS Variables */
:root {
--french-raspberry:#c92c49;
--highlighter-pink:#e65b7e;
--pink-fit:#f2a6ad;
--trapunto:#f6e8b6;
--forsythia-blossom:#f9d66c;
}