Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.calabrese {
color: #f0a5a3;
}
.lusty-salmon {
color: #efb0a9;
}
.chi-gong {
color: #d82c2f;
}
.romantic-embers {
color: #b83d4e;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--calabrese:#f0a5a3;
--lusty-salmon:#efb0a9;
--chi-gong:#d82c2f;
--romantic-embers:#b83d4e;
}