Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e1f4d;
}
.powerful-mauve {
color: #4c3f5a;
}
.pearly-purple {
color: #b86b9a;
}
.solarized {
color: #f5d04d;
}
.plastic-carrot {
color: #f35c20;
}
/* CSS Variables */
:root {
--fly-by-night:#1e1f4d;
--powerful-mauve:#4c3f5a;
--pearly-purple:#b86b9a;
--solarized:#f5d04d;
--plastic-carrot:#f35c20;
}