Color names in this palette
CSS code for this palette
/* CSS */
.rustique {
color: #f6c0b1;
}
.wisley-pink {
color: #f4a499;
}
.sea-nettle {
color: #f57a38;
}
.mulberry-thorn {
color: #c3782c;
}
.smoked-paprika {
color: #7b392d;
}
/* CSS Variables */
:root {
--rustique:#f6c0b1;
--wisley-pink:#f4a499;
--sea-nettle:#f57a38;
--mulberry-thorn:#c3782c;
--smoked-paprika:#7b392d;
}