Color names in this palette
CSS code for this palette
/* CSS */
.striking-purple {
color: #904c8b;
}
.antique-hot-pink {
color: #b6819d;
}
.pink-blush {
color: #f2abb5;
}
.garbanzo-bean {
color: #f2d5a6;
}
.blacksmith-fire {
color: #f7e350;
}
/* CSS Variables */
:root {
--striking-purple:#904c8b;
--antique-hot-pink:#b6819d;
--pink-blush:#f2abb5;
--garbanzo-bean:#f2d5a6;
--blacksmith-fire:#f7e350;
}