Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1c2b6d;
}
.tory-blue {
color: #3b4b8c;
}
.storm-blue {
color: #507f9b;
}
.corydalis-blue {
color: #a4c7d5;
}
.butter-cookie {
color: #f0e6b2;
}
/* CSS Variables */
:root {
--mythical-night:#1c2b6d;
--tory-blue:#3b4b8c;
--storm-blue:#507f9b;
--corydalis-blue:#a4c7d5;
--butter-cookie:#f0e6b2;
}