CSS code for this palette
/* CSS */
.romance {
color: #f4f0e6;
}
.green-mirror {
color: #d8e2d5;
}
.zanah {
color: #b1c4b2;
}
.ocean-kiss {
color: #a4c6c5;
}
.derby-green {
color: #599b8b;
}
/* CSS Variables */
:root {
--romance:#f4f0e6;
--green-mirror:#d8e2d5;
--zanah:#b1c4b2;
--ocean-kiss:#a4c6c5;
--derby-green:#599b8b;
}