Color names in this palette
CSS code for this palette
/* CSS */
.purple-sapphire {
color: #7d4b91;
}
.fuchsia-pheromone {
color: #ab47bd;
}
.fuchsia-blue {
color: #7e56c2;
}
.ti-n-l-n-sky {
color: #65b5f6;
}
.emerald-wave {
color: #4eb7ac;
}
/* CSS Variables */
:root {
--purple-sapphire:#7d4b91;
--fuchsia-pheromone:#ab47bd;
--fuchsia-blue:#7e56c2;
--ti-n-l-n-sky:#65b5f6;
--emerald-wave:#4eb7ac;
}