Color names in this palette
CSS code for this palette
/* CSS */
.french-raspberry {
color: #c92c49;
}
.potash {
color: #e17a5b;
}
.goldsmith {
color: #f0b44c;
}
.gamboge-yellow {
color: #e5d25d;
}
.french-market {
color: #a2c3a2;
}
/* CSS Variables */
:root {
--french-raspberry:#c92c49;
--potash:#e17a5b;
--goldsmith:#f0b44c;
--gamboge-yellow:#e5d25d;
--french-market:#a2c3a2;
}