Color names in this palette
CSS code for this palette
/* CSS */
.orchid-dottyback {
color: #a252a7;
}
.silk-ribbon {
color: #c86a8c;
}
.n-rang-orange {
color: #ff8052;
}
.dwarven-peaches {
color: #ffa07a;
}
.bruschetta-tomato {
color: #ff6347;
}
/* CSS Variables */
:root {
--orchid-dottyback:#a252a7;
--silk-ribbon:#c86a8c;
--n-rang-orange:#ff8052;
--dwarven-peaches:#ffa07a;
--bruschetta-tomato:#ff6347;
}