Color names in this palette
CSS code for this palette
/* CSS */
.kon {
color: #1d1e3a;
}
.egyptian-violet {
color: #3d4b71;
}
.greyish-blue {
color: #5f809b;
}
.june {
color: #9fc2d5;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--kon:#1d1e3a;
--egyptian-violet:#3d4b71;
--greyish-blue:#5f809b;
--june:#9fc2d5;
--welcoming-wasp:#f0a800;
}