CSS code for this palette
/* CSS */
.crunch {
color: #f2b95f;
}
.sweet-lilac {
color: #eab8d1;
}
.terrace-pool {
color: #a3d6e0;
}
.ballet {
color: #f8d3d3;
}
.roseberry {
color: #f7a8a1;
}
/* CSS Variables */
:root {
--crunch:#f2b95f;
--sweet-lilac:#eab8d1;
--terrace-pool:#a3d6e0;
--ballet:#f8d3d3;
--roseberry:#f7a8a1;
}