Color names in this palette
CSS code for this palette
/* CSS */
.french-raspberry {
color: #c92c49;
}
.ponceau {
color: #f85d72;
}
.peach-bud {
color: #f9b1ae;
}
.flower-field {
color: #d9a96d;
}
.independence {
color: #4b4e6c;
}
/* CSS Variables */
:root {
--french-raspberry:#c92c49;
--ponceau:#f85d72;
--peach-bud:#f9b1ae;
--flower-field:#d9a96d;
--independence:#4b4e6c;
}