Color names in this palette
CSS code for this palette
/* CSS */
.carnation-bouquet {
color: #f6c1d0;
}
.sweet-lilac {
color: #eab8d1;
}
.blush-tint {
color: #f3e2e6;
}
.blushing-apricot {
color: #f9b9a4;
}
.re-entry {
color: #d94a4a;
}
/* CSS Variables */
:root {
--carnation-bouquet:#f6c1d0;
--sweet-lilac:#eab8d1;
--blush-tint:#f3e2e6;
--blushing-apricot:#f9b9a4;
--re-entry:#d94a4a;
}