Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1a1f3d;
}
.twilight {
color: #4c4f90;
}
.infinity-and-beyond {
color: #6f7d9b;
}
.welcoming-wasp {
color: #f0a800;
}
.grapefruit {
color: #ff5c5c;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1a1f3d;
--twilight:#4c4f90;
--infinity-and-beyond:#6f7d9b;
--welcoming-wasp:#f0a800;
--grapefruit:#ff5c5c;
}