Color names in this palette
CSS code for this palette
/* CSS */
.konkiky-blue {
color: #1c1c3f;
}
.amphystine {
color: #3e3e5b;
}
.taylor {
color: #5c5c7a;
}
.benimidori-purple {
color: #7a7a99;
}
.june-berry {
color: #9a9ab7;
}
/* CSS Variables */
:root {
--konkiky-blue:#1c1c3f;
--amphystine:#3e3e5b;
--taylor:#5c5c7a;
--benimidori-purple:#7a7a99;
--june-berry:#9a9ab7;
}