Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.prosecco {
color: #f7d3a6;
}
.smooth-as-corn-silk {
color: #f4e4b3;
}
.green-song {
color: #d0e8c5;
}
.terrace-pool {
color: #a3d8e0;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--prosecco:#f7d3a6;
--smooth-as-corn-silk:#f4e4b3;
--green-song:#d0e8c5;
--terrace-pool:#a3d8e0;
}