Color names in this palette
CSS code for this palette
/* CSS */
.wildflower-bouquet {
color: #ffb3b3;
}
.georgia-peach {
color: #ff7070;
}
.pelati {
color: #ff3333;
}
.artful-red {
color: #b30000;
}
.gochujang-red {
color: #7a0000;
}
/* CSS Variables */
:root {
--wildflower-bouquet:#ffb3b3;
--georgia-peach:#ff7070;
--pelati:#ff3333;
--artful-red:#b30000;
--gochujang-red:#7a0000;
}