Color names in this palette
CSS code for this palette
/* CSS */
.wildflower-bouquet {
color: #ffb3b3;
}
.georgia-peach {
color: #ff7070;
}
.blood-burst {
color: #ff4d4d;
}
.artful-red {
color: #b30000;
}
.black {
color: #000000;
}
/* CSS Variables */
:root {
--wildflower-bouquet:#ffb3b3;
--georgia-peach:#ff7070;
--blood-burst:#ff4d4d;
--artful-red:#b30000;
--black:#000000;
}