Color names in this palette
CSS code for this palette
/* CSS */
.queen-of-hearts {
color: #9a2d3b;
}
.tandoori-red {
color: #d05d63;
}
.calabrese {
color: #f1a8a2;
}
.coy-pink {
color: #f9dad7;
}
.misty-rose {
color: #ffe5e0;
}
/* CSS Variables */
:root {
--queen-of-hearts:#9a2d3b;
--tandoori-red:#d05d63;
--calabrese:#f1a8a2;
--coy-pink:#f9dad7;
--misty-rose:#ffe5e0;
}