Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a9a2;
}
.antique-wicker-basket {
color: #f1d3a2;
}
.durango-dust {
color: #f9e49f;
}
.budding-peach {
color: #f2d5c0;
}
.heart-to-heart {
color: #d3a7c4;
}
/* CSS Variables */
:root {
--calabrese:#f6a9a2;
--antique-wicker-basket:#f1d3a2;
--durango-dust:#f9e49f;
--budding-peach:#f2d5c0;
--heart-to-heart:#d3a7c4;
}