Color names in this palette
CSS code for this palette
/* CSS */
.fuchsia-blue {
color: #795dc6;
}
.teldrassil-purple {
color: #b05ec9;
}
.goldsmith {
color: #f0b44c;
}
.usubeni-red {
color: #f36868;
}
.wild-strawberry {
color: #fb2d9b;
}
/* CSS Variables */
:root {
--fuchsia-blue:#795dc6;
--teldrassil-purple:#b05ec9;
--goldsmith:#f0b44c;
--usubeni-red:#f36868;
--wild-strawberry:#fb2d9b;
}