Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f1c1d6;
}
.calabrese {
color: #f5a9a3;
}
.sunday-afternoon {
color: #f9c77b;
}
.wax-way {
color: #d6b66b;
}
.delhi-spice {
color: #a66e6e;
}
/* CSS Variables */
:root {
--sweetheart:#f1c1d6;
--calabrese:#f5a9a3;
--sunday-afternoon:#f9c77b;
--wax-way:#d6b66b;
--delhi-spice:#a66e6e;
}