Color names in this palette
CSS code for this palette
/* CSS */
.chromaphobic-black {
color: #292929;
}
.re-entry {
color: #d94a4a;
}
.minimal-rose {
color: #f1d0e0;
}
.blue-dacnis {
color: #3be3e3;
}
.violet-kiss {
color: #f1a2d0;
}
/* CSS Variables */
:root {
--chromaphobic-black:#292929;
--re-entry:#d94a4a;
--minimal-rose:#f1d0e0;
--blue-dacnis:#3be3e3;
--violet-kiss:#f1a2d0;
}