Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1a2e60;
}
.tory-blue {
color: #3b4f8c;
}
.persian-jewel {
color: #6b80bd;
}
.myrtle-flower {
color: #a3b4e0;
}
.in-the-pink {
color: #f3c4cf;
}
/* CSS Variables */
:root {
--mythical-night:#1a2e60;
--tory-blue:#3b4f8c;
--persian-jewel:#6b80bd;
--myrtle-flower:#a3b4e0;
--in-the-pink:#f3c4cf;
}