Color names in this palette
CSS code for this palette
/* CSS */
.her-majesty {
color: #f6a2a6;
}
.peach-damask {
color: #f6c5a7;
}
.venetian-yellow {
color: #f7e4a1;
}
.pismo-dunes {
color: #f6d6a2;
}
.soft-cashmere {
color: #f1b1d6;
}
/* CSS Variables */
:root {
--her-majesty:#f6a2a6;
--peach-damask:#f6c5a7;
--venetian-yellow:#f7e4a1;
--pismo-dunes:#f6d6a2;
--soft-cashmere:#f1b1d6;
}