Color names in this palette
CSS code for this palette
/* CSS */
.beaujolais {
color: #802d4c;
}
.t-natiuh-red {
color: #d53f55;
}
.breeze-of-chilli {
color: #f36d6f;
}
.fresh-peaches {
color: #f8b98b;
}
.vanilla-pudding {
color: #f5e170;
}
/* CSS Variables */
:root {
--beaujolais:#802d4c;
--t-natiuh-red:#d53f55;
--breeze-of-chilli:#f36d6f;
--fresh-peaches:#f8b98b;
--vanilla-pudding:#f5e170;
}