Color names in this palette
CSS code for this palette
/* CSS */
.kon {
color: #1a1d38;
}
.royal-curtsy {
color: #26294b;
}
.rhynchites-nitens {
color: #383b66;
}
.highlands-twilight {
color: #47477b;
}
.shearwater-black {
color: #5a5b6d;
}
/* CSS Variables */
:root {
--kon:#1a1d38;
--royal-curtsy:#26294b;
--rhynchites-nitens:#383b66;
--highlands-twilight:#47477b;
--shearwater-black:#5a5b6d;
}