Color names in this palette
CSS code for this palette
/* CSS */
.vistoris-lake {
color: #5a2b40;
}
.befitting {
color: #9a4c6c;
}
.sugar-tooth {
color: #d58b9d;
}
.everblooming {
color: #f2c8b5;
}
.almond-kiss {
color: #f7e3d4;
}
/* CSS Variables */
:root {
--vistoris-lake:#5a2b40;
--befitting:#9a4c6c;
--sugar-tooth:#d58b9d;
--everblooming:#f2c8b5;
--almond-kiss:#f7e3d4;
}