Color names in this palette
CSS code for this palette
/* CSS */
.purple-velvet {
color: #4a3d57;
}
.nymph-s-delight {
color: #7a6a8a;
}
.atlantic-tulip {
color: #b399c2;
}
.elfin-herb {
color: #c9b3d1;
}
.pink-frosting {
color: #f9d7e0;
}
/* CSS Variables */
:root {
--purple-velvet:#4a3d57;
--nymph-s-delight:#7a6a8a;
--atlantic-tulip:#b399c2;
--elfin-herb:#c9b3d1;
--pink-frosting:#f9d7e0;
}