Color names in this palette
CSS code for this palette
/* CSS */
.coarse-wool {
color: #1d1929;
}
.purple-shade {
color: #4c2d53;
}
.phlox-flower-violet {
color: #7d4f7b;
}
.metal-petal {
color: #b28eb4;
}
.sweetheart {
color: #f4c3d6;
}
/* CSS Variables */
:root {
--coarse-wool:#1d1929;
--purple-shade:#4c2d53;
--phlox-flower-violet:#7d4f7b;
--metal-petal:#b28eb4;
--sweetheart:#f4c3d6;
}