Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7d599b;
}
.crocus-petal {
color: #b69bc5;
}
.all-made-up {
color: #f0d6e6;
}
.first-date {
color: #f5b2a3;
}
.protein-high {
color: #ff8a66;
}
/* CSS Variables */
:root {
--jubilee:#7d599b;
--crocus-petal:#b69bc5;
--all-made-up:#f0d6e6;
--first-date:#f5b2a3;
--protein-high:#ff8a66;
}