Color names in this palette
CSS code for this palette
/* CSS */
.salmon-fresco {
color: #fbb1a2;
}
.peach-burst {
color: #f49c9a;
}
.bierwurst {
color: #f18e8e;
}
.calabrese {
color: #f5a8a8;
}
.chantilly {
color: #eab8c9;
}
/* CSS Variables */
:root {
--salmon-fresco:#fbb1a2;
--peach-burst:#f49c9a;
--bierwurst:#f18e8e;
--calabrese:#f5a8a8;
--chantilly:#eab8c9;
}