Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom {
color: #f4c3d3;
}
.pink-fit {
color: #f6a7b3;
}
.mystic-tulip {
color: #f8b6a0;
}
.salmon-eggs {
color: #f4d35d;
}
.ardent-coral {
color: #e5726c;
}
/* CSS Variables */
:root {
--cherry-blossom:#f4c3d3;
--pink-fit:#f6a7b3;
--mystic-tulip:#f8b6a0;
--salmon-eggs:#f4d35d;
--ardent-coral:#e5726c;
}