Color names in this palette
CSS code for this palette
/* CSS */
.thistle {
color: #d8c0d8;
}
.love-at-first-sight {
color: #e6a7b2;
}
.soft-straw {
color: #f5d07f;
}
.copper-river {
color: #f3a36d;
}
.terra-tone {
color: #b86b6b;
}
/* CSS Variables */
:root {
--thistle:#d8c0d8;
--love-at-first-sight:#e6a7b2;
--soft-straw:#f5d07f;
--copper-river:#f3a36d;
--terra-tone:#b86b6b;
}