Color names in this palette
CSS code for this palette
/* CSS */
.fresh-baked-bread {
color: #f8d7bf;
}
.calabrese {
color: #f1a8a2;
}
.childhood-crush {
color: #e3686a;
}
.love-lord {
color: #c94a75;
}
.red-plum {
color: #7a2a46;
}
/* CSS Variables */
:root {
--fresh-baked-bread:#f8d7bf;
--calabrese:#f1a8a2;
--childhood-crush:#e3686a;
--love-lord:#c94a75;
--red-plum:#7a2a46;
}