Color names in this palette
CSS code for this palette
/* CSS */
.rustique {
color: #f6c0b6;
}
.calabrese {
color: #f1a8a2;
}
.fruity-licious {
color: #f6908e;
}
.old-heart {
color: #e56c7a;
}
.pink-punch {
color: #d44e6e;
}
/* CSS Variables */
:root {
--rustique:#f6c0b6;
--calabrese:#f1a8a2;
--fruity-licious:#f6908e;
--old-heart:#e56c7a;
--pink-punch:#d44e6e;
}