Color names in this palette
CSS code for this palette
/* CSS */
.natural-yellow {
color: #edd78c;
}
.steamy-spring {
color: #b2d2c9;
}
.palmetto {
color: #6b9b9e;
}
.pink-explosion {
color: #f4718b;
}
.hot-lips {
color: #ce342c;
}
/* CSS Variables */
:root {
--natural-yellow:#edd78c;
--steamy-spring:#b2d2c9;
--palmetto:#6b9b9e;
--pink-explosion:#f4718b;
--hot-lips:#ce342c;
}