Color names in this palette
CSS code for this palette
/* CSS */
.tory-blue {
color: #3a4d8d;
}
.marvellous {
color: #6b7cb3;
}
.myrtle-flower {
color: #9eb4e0;
}
.italian-fitch {
color: #d1c8e4;
}
.emperor-s-children {
color: #f2a1b5;
}
/* CSS Variables */
:root {
--tory-blue:#3a4d8d;
--marvellous:#6b7cb3;
--myrtle-flower:#9eb4e0;
--italian-fitch:#d1c8e4;
--emperor-s-children:#f2a1b5;
}