Color names in this palette
CSS code for this palette
/* CSS */
.parrot-tulip {
color: #f0c1d6;
}
.rogue-pink {
color: #f6a2bf;
}
.blush-hour {
color: #ff7092;
}
.sizzling-red {
color: #ff3d57;
}
.carmine {
color: #d60032;
}
/* CSS Variables */
:root {
--parrot-tulip:#f0c1d6;
--rogue-pink:#f6a2bf;
--blush-hour:#ff7092;
--sizzling-red:#ff3d57;
--carmine:#d60032;
}