Color names in this palette
CSS code for this palette
/* CSS */
.vistoris-lake {
color: #5b2a48;
}
.cyclamen-red {
color: #a45b8d;
}
.lili-elbe-s-pink {
color: #d7a2af;
}
.global-warming {
color: #f2d7d4;
}
.sundown {
color: #f5c99e;
}
/* CSS Variables */
:root {
--vistoris-lake:#5b2a48;
--cyclamen-red:#a45b8d;
--lili-elbe-s-pink:#d7a2af;
--global-warming:#f2d7d4;
--sundown:#f5c99e;
}