Color names in this palette
CSS code for this palette
/* CSS */
.persian-delight {
color: #f1cbdb;
}
.pink-fit {
color: #f5a8b2;
}
.carnation {
color: #f57a91;
}
.breeze-of-chilli {
color: #f56d6b;
}
.re-entry {
color: #d94a4a;
}
/* CSS Variables */
:root {
--persian-delight:#f1cbdb;
--pink-fit:#f5a8b2;
--carnation:#f57a91;
--breeze-of-chilli:#f56d6b;
--re-entry:#d94a4a;
}