Color names in this palette
CSS code for this palette
/* CSS */
.valiant-poppy {
color: #bf3a2b;
}
.lantana {
color: #d86f6f;
}
.plum-blossom {
color: #f1a2a2;
}
.first-peach {
color: #f5c7c7;
}
.soft-pillow {
color: #fef5e7;
}
/* CSS Variables */
:root {
--valiant-poppy:#bf3a2b;
--lantana:#d86f6f;
--plum-blossom:#f1a2a2;
--first-peach:#f5c7c7;
--soft-pillow:#fef5e7;
}