Color names in this palette
CSS code for this palette
/* CSS */
.bordeaux-red {
color: #6d2c4b;
}
.boysenberry-pink {
color: #a13a5e;
}
.light-tomato {
color: #d3746f;
}
.egyptian-gold {
color: #efa64d;
}
.aspen-yellow {
color: #f4e19f;
}
/* CSS Variables */
:root {
--bordeaux-red:#6d2c4b;
--boysenberry-pink:#a13a5e;
--light-tomato:#d3746f;
--egyptian-gold:#efa64d;
--aspen-yellow:#f4e19f;
}