Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1f2a61;
}
.tory-blue {
color: #3b4f8c;
}
.prompt {
color: #5c7fb2;
}
.sea-cliff {
color: #a3c7e0;
}
.heart-of-ice {
color: #f5faff;
}
/* CSS Variables */
:root {
--mythical-night:#1f2a61;
--tory-blue:#3b4f8c;
--prompt:#5c7fb2;
--sea-cliff:#a3c7e0;
--heart-of-ice:#f5faff;
}