Color names in this palette
CSS code for this palette
/* CSS */
.martica {
color: #f5e6b7;
}
.la-vie-en-rose {
color: #d4a5a0;
}
.fragrant-satchel {
color: #a69bbb;
}
.fate {
color: #6b9ec2;
}
.larkspur {
color: #3e7f8e;
}
/* CSS Variables */
:root {
--martica:#f5e6b7;
--la-vie-en-rose:#d4a5a0;
--fragrant-satchel:#a69bbb;
--fate:#6b9ec2;
--larkspur:#3e7f8e;
}