Color names in this palette
CSS code for this palette
/* CSS */
.barrett-quince {
color: #f6d0b1;
}
.lemon-dream {
color: #f0a400;
}
.orange-ochre {
color: #d97c30;
}
.thimble-red {
color: #a35c8d;
}
.sparkling-grape {
color: #7d3b7b;
}
/* CSS Variables */
:root {
--barrett-quince:#f6d0b1;
--lemon-dream:#f0a400;
--orange-ochre:#d97c30;
--thimble-red:#a35c8d;
--sparkling-grape:#7d3b7b;
}