Color names in this palette
CSS code for this palette
/* CSS */
.love-spell {
color: #f9b4c1;
}
.her-majesty {
color: #f6a2a6;
}
.fruit-shake {
color: #f29c8c;
}
.barbarian {
color: #f38c58;
}
.dusty-orange {
color: #de6e4f;
}
/* CSS Variables */
:root {
--love-spell:#f9b4c1;
--her-majesty:#f6a2a6;
--fruit-shake:#f29c8c;
--barbarian:#f38c58;
--dusty-orange:#de6e4f;
}