Color names in this palette
CSS code for this palette
/* CSS */
.salmon-fresco {
color: #fbb1a2;
}
.young-crab {
color: #f69d9e;
}
.flower-blossom-pink {
color: #f57f8b;
}
.strawberry-pink {
color: #f06a7f;
}
.rosy-cheeks {
color: #e04d6f;
}
/* CSS Variables */
:root {
--salmon-fresco:#fbb1a2;
--young-crab:#f69d9e;
--flower-blossom-pink:#f57f8b;
--strawberry-pink:#f06a7f;
--rosy-cheeks:#e04d6f;
}