Color names in this palette
CSS code for this palette
/* CSS */
.gumball {
color: #e4afd2;
}
.sullivan-s-heart {
color: #f7c5d5;
}
.warm-bread {
color: #f9e7d2;
}
.crunch {
color: #f5b85c;
}
.garden-party {
color: #e5a4b6;
}
/* CSS Variables */
:root {
--gumball:#e4afd2;
--sullivan-s-heart:#f7c5d5;
--warm-bread:#f9e7d2;
--crunch:#f5b85c;
--garden-party:#e5a4b6;
}