Color names in this palette
CSS code for this palette
/* CSS */
.thistle {
color: #d8c0d8;
}
.light-orchid {
color: #e6a8d6;
}
.mad-for-mango {
color: #f5a300;
}
.dwarven-peaches {
color: #ffa07a;
}
.bruschetta-tomato {
color: #ff6347;
}
/* CSS Variables */
:root {
--thistle:#d8c0d8;
--light-orchid:#e6a8d6;
--mad-for-mango:#f5a300;
--dwarven-peaches:#ffa07a;
--bruschetta-tomato:#ff6347;
}