Color names in this palette
CSS code for this palette
/* CSS */
.green-trance {
color: #a2d59f;
}
.fiesta-blue {
color: #6bbdaf;
}
.cranach-blue {
color: #2b7c8c;
}
.melrose {
color: #c2b8e0;
}
.sweet-lilac {
color: #eab8d1;
}
/* CSS Variables */
:root {
--green-trance:#a2d59f;
--fiesta-blue:#6bbdaf;
--cranach-blue:#2b7c8c;
--melrose:#c2b8e0;
--sweet-lilac:#eab8d1;
}