Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.roseberry {
color: #f3a5a0;
}
.corralize {
color: #f58975;
}
.opal-flame {
color: #f05e47;
}
.bacon-strips {
color: #e13e33;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--roseberry:#f3a5a0;
--corralize:#f58975;
--opal-flame:#f05e47;
--bacon-strips:#e13e33;
}