Color names in this palette
CSS code for this palette
/* CSS */
.turnip-boy {
color: #f0c6a3;
}
.emperor-s-children {
color: #f1a2b3;
}
.shadow-azalea-pink {
color: #e76a98;
}
.rosy-cheeks {
color: #d84f6b;
}
.thimble-red {
color: #a35c8b;
}
/* CSS Variables */
:root {
--turnip-boy:#f0c6a3;
--emperor-s-children:#f1a2b3;
--shadow-azalea-pink:#e76a98;
--rosy-cheeks:#d84f6b;
--thimble-red:#a35c8b;
}