Color names in this palette
CSS code for this palette
/* CSS */
.sultan-of-pink {
color: #e79cc3;
}
.pressed-flower {
color: #d68fbc;
}
.bonny-belle {
color: #c58cad;
}
.lover-s-tryst {
color: #b58ca1;
}
.gothic-amethyst {
color: #a48993;
}
/* CSS Variables */
:root {
--sultan-of-pink:#e79cc3;
--pressed-flower:#d68fbc;
--bonny-belle:#c58cad;
--lover-s-tryst:#b58ca1;
--gothic-amethyst:#a48993;
}