CSS code for this palette
/* CSS */
.enticing-red {
color: #b95050;
}
.cuticle-pink {
color: #e4a39b;
}
.rapunzel {
color: #f5d87f;
}
.aquadulce {
color: #7f9f7f;
}
.fiord {
color: #4b5e63;
}
/* CSS Variables */
:root {
--enticing-red:#b95050;
--cuticle-pink:#e4a39b;
--rapunzel:#f5d87f;
--aquadulce:#7f9f7f;
--fiord:#4b5e63;
}