Color names in this palette
CSS code for this palette
/* CSS */
.blush-tint {
color: #f5e0e4;
}
.precious-pink {
color: #f7b1b4;
}
.fruity-licious {
color: #f68e8e;
}
.durotar-fire {
color: #f05a28;
}
.faded-red {
color: #d34a4d;
}
/* CSS Variables */
:root {
--blush-tint:#f5e0e4;
--precious-pink:#f7b1b4;
--fruity-licious:#f68e8e;
--durotar-fire:#f05a28;
--faded-red:#d34a4d;
}