Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1e2876;
}
.akebi-purple {
color: #8f3bb0;
}
.power-peony {
color: #f25a8c;
}
.rubber-ducky {
color: #f7d059;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1e2876;
--akebi-purple:#8f3bb0;
--power-peony:#f25a8c;
--rubber-ducky:#f7d059;
--n-rang-orange:#ff8052;
}