Color names in this palette
CSS code for this palette
/* CSS */
.rustique {
color: #f6c0b1;
}
.soft-cashmere {
color: #f1b6d8;
}
.venetian-yellow {
color: #f7e6a1;
}
.crystal-apple {
color: #cfe9a0;
}
.winsome-hue {
color: #a8d6e1;
}
/* CSS Variables */
:root {
--rustique:#f6c0b1;
--soft-cashmere:#f1b6d8;
--venetian-yellow:#f7e6a1;
--crystal-apple:#cfe9a0;
--winsome-hue:#a8d6e1;
}