Color names in this palette
CSS code for this palette
/* CSS */
.venetian-nights {
color: #7c4dff;
}
.magenta-affair {
color: #a74cdc;
}
.stellar-strawberry {
color: #ff5c85;
}
.floral-leaf {
color: #ffb84d;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--venetian-nights:#7c4dff;
--magenta-affair:#a74cdc;
--stellar-strawberry:#ff5c85;
--floral-leaf:#ffb84d;
--hollandaise:#ffec3d;
}