Color names in this palette
CSS code for this palette
/* CSS */
.tory-blue {
color: #3b4b8c;
}
.moonshade {
color: #5e6d9c;
}
.easter-egg {
color: #8b98c6;
}
.welcoming-wasp {
color: #f0a800;
}
.vivid-orange {
color: #ff5e00;
}
/* CSS Variables */
:root {
--tory-blue:#3b4b8c;
--moonshade:#5e6d9c;
--easter-egg:#8b98c6;
--welcoming-wasp:#f0a800;
--vivid-orange:#ff5e00;
}