Color names in this palette
CSS code for this palette
/* CSS */
.twilight {
color: #4c4f90;
}
.c64-purple {
color: #796bcc;
}
.iridescent-purple {
color: #9d7cd5;
}
.rozowy-pink {
color: #f1a7b9;
}
.mountain-laurel {
color: #f6c6d7;
}
/* CSS Variables */
:root {
--twilight:#4c4f90;
--c64-purple:#796bcc;
--iridescent-purple:#9d7cd5;
--rozowy-pink:#f1a7b9;
--mountain-laurel:#f6c6d7;
}