Color names in this palette
CSS code for this palette
/* CSS */
.amphystine {
color: #3e3e5b;
}
.dark-prince {
color: #6a6a8a;
}
.water-hyacinth {
color: #a3a3d1;
}
.casino-lights {
color: #f6f1b1;
}
.firecracker-salmon {
color: #f56161;
}
/* CSS Variables */
:root {
--amphystine:#3e3e5b;
--dark-prince:#6a6a8a;
--water-hyacinth:#a3a3d1;
--casino-lights:#f6f1b1;
--firecracker-salmon:#f56161;
}