Color names in this palette
CSS code for this palette
/* CSS */
.salmon-fresco {
color: #fbb1a2;
}
.peach-amber {
color: #f99e90;
}
.hot-calypso {
color: #f88d7c;
}
.melon-baby {
color: #f27d69;
}
.swiss-chard {
color: #e05c6c;
}
/* CSS Variables */
:root {
--salmon-fresco:#fbb1a2;
--peach-amber:#f99e90;
--hot-calypso:#f88d7c;
--melon-baby:#f27d69;
--swiss-chard:#e05c6c;
}