Color names in this palette
CSS code for this palette
/* CSS */
.heartwarming {
color: #c01b1b;
}
.happy-hearts {
color: #d66161;
}
.plum-blossom {
color: #f2a1a1;
}
.hawaiian-shell {
color: #f2d9d9;
}
.quicksilver {
color: #a6a6a6;
}
/* CSS Variables */
:root {
--heartwarming:#c01b1b;
--happy-hearts:#d66161;
--plum-blossom:#f2a1a1;
--hawaiian-shell:#f2d9d9;
--quicksilver:#a6a6a6;
}