Color names in this palette
CSS code for this palette
/* CSS */
.rustique {
color: #f6bfb1;
}
.wisley-pink {
color: #f4a499;
}
.vintage-coral {
color: #d78b79;
}
.coral-tree {
color: #a96b66;
}
.false-morel {
color: #7a4d4d;
}
/* CSS Variables */
:root {
--rustique:#f6bfb1;
--wisley-pink:#f4a499;
--vintage-coral:#d78b79;
--coral-tree:#a96b66;
--false-morel:#7a4d4d;
}