Color names in this palette
CSS code for this palette
/* CSS */
.link-to-the-past {
color: #d3b58d;
}
.my-love {
color: #e3c6a6;
}
.anise-flower {
color: #f5e3b7;
}
.lion-cub {
color: #f8caa5;
}
.beach-boardwalk {
color: #cdaa8e;
}
/* CSS Variables */
:root {
--link-to-the-past:#d3b58d;
--my-love:#e3c6a6;
--anise-flower:#f5e3b7;
--lion-cub:#f8caa5;
--beach-boardwalk:#cdaa8e;
}