Color names in this palette
CSS code for this palette
/* CSS */
.kunzite {
color: #dab9c7;
}
.emperor-s-children {
color: #f0a3b7;
}
.rhodonite {
color: #f4b4c4;
}
.pale-petunia {
color: #f6c1c9;
}
.first-daughter {
color: #f8d3d8;
}
/* CSS Variables */
:root {
--kunzite:#dab9c7;
--emperor-s-children:#f0a3b7;
--rhodonite:#f4b4c4;
--pale-petunia:#f6c1c9;
--first-daughter:#f8d3d8;
}