Color names in this palette
CSS code for this palette
/* CSS */
.konkiky-blue {
color: #1c1c3f;
}
.amphystine {
color: #3e3e5b;
}
.twilight-dusk {
color: #5d5d79;
}
.mandrake {
color: #8585a3;
}
.lavender-grey {
color: #babad8;
}
/* CSS Variables */
:root {
--konkiky-blue:#1c1c3f;
--amphystine:#3e3e5b;
--twilight-dusk:#5d5d79;
--mandrake:#8585a3;
--lavender-grey:#babad8;
}