Color names in this palette
CSS code for this palette
/* CSS */
.antique-wicker-basket {
color: #f3d3a0;
}
.calabrese {
color: #f1a8a2;
}
.sugar-tooth {
color: #d78e9c;
}
.purple-pride {
color: #a374b4;
}
.fate {
color: #6b9ec2;
}
/* CSS Variables */
:root {
--antique-wicker-basket:#f3d3a0;
--calabrese:#f1a8a2;
--sugar-tooth:#d78e9c;
--purple-pride:#a374b4;
--fate:#6b9ec2;
}