Color names in this palette
CSS code for this palette
/* CSS */
.valentine-heart {
color: #b77b9a;
}
.gumball {
color: #e3b5d4;
}
.sawdust {
color: #f7e8cf;
}
.blonde-girl {
color: #f1c45b;
}
.watermelon-juice {
color: #f25a8a;
}
/* CSS Variables */
:root {
--valentine-heart:#b77b9a;
--gumball:#e3b5d4;
--sawdust:#f7e8cf;
--blonde-girl:#f1c45b;
--watermelon-juice:#f25a8a;
}