Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d9b3e0;
}
.carnation-bouquet {
color: #f3bfd0;
}
.pink-fit {
color: #f7a6b5;
}
.hot-calypso {
color: #f78e7e;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--pretty-petunia:#d9b3e0;
--carnation-bouquet:#f3bfd0;
--pink-fit:#f7a6b5;
--hot-calypso:#f78e7e;
--breeze-of-chilli:#f76e6e;
}