Color names in this palette
CSS code for this palette
/* CSS */
.sugar-rush {
color: #d760a0;
}
.yellow-sea {
color: #f2a03a;
}
.yellow-petal {
color: #efe24d;
}
.winter-green {
color: #4a8c7e;
}
.cupcake-pink {
color: #f8d8d3;
}
/* CSS Variables */
:root {
--sugar-rush:#d760a0;
--yellow-sea:#f2a03a;
--yellow-petal:#efe24d;
--winter-green:#4a8c7e;
--cupcake-pink:#f8d8d3;
}