Color names in this palette
CSS code for this palette
/* CSS */
.chinese-dragon {
color: #c94f4f;
}
.artisans-gold {
color: #f3a949;
}
.rustique {
color: #f6c0b1;
}
.think-pink {
color: #e9a5bf;
}
.amazonian-orchid {
color: #a57e9d;
}
/* CSS Variables */
:root {
--chinese-dragon:#c94f4f;
--artisans-gold:#f3a949;
--rustique:#f6c0b1;
--think-pink:#e9a5bf;
--amazonian-orchid:#a57e9d;
}