Color names in this palette
CSS code for this palette
/* CSS */
.valentine-red {
color: #9f1e3c;
}
.pink-punch {
color: #d24b6d;
}
.ibis {
color: #f5b7c3;
}
.venetian-yellow {
color: #f8e6a0;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--valentine-red:#9f1e3c;
--pink-punch:#d24b6d;
--ibis:#f5b7c3;
--venetian-yellow:#f8e6a0;
--creamy-sweet-corn:#f9c54e;
}