Color names in this palette
CSS code for this palette
/* CSS */
.rustique {
color: #f6c0b1;
}
.calabrese {
color: #f5a9a3;
}
.young-crab {
color: #f79f9c;
}
.mango-margarita {
color: #f6b74c;
}
.norman-shaw-goldspar {
color: #e9c88b;
}
/* CSS Variables */
:root {
--rustique:#f6c0b1;
--calabrese:#f5a9a3;
--young-crab:#f79f9c;
--mango-margarita:#f6b74c;
--norman-shaw-goldspar:#e9c88b;
}