Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1e1e3e;
}
.after-work-blue {
color: #29296a;
}
.twilight {
color: #505091;
}
.inner-journey {
color: #6c6ca3;
}
.reddish-pink {
color: #ff2e58;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1e1e3e;
--after-work-blue:#29296a;
--twilight:#505091;
--inner-journey:#6c6ca3;
--reddish-pink:#ff2e58;
}