Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1c2a69;
}
.tory-blue {
color: #3b4b8c;
}
.scanda {
color: #6b8da8;
}
.embellished-blue {
color: #8cc3c5;
}
.forsythia-blossom {
color: #f5d56b;
}
/* CSS Variables */
:root {
--mythical-night:#1c2a69;
--tory-blue:#3b4b8c;
--scanda:#6b8da8;
--embellished-blue:#8cc3c5;
--forsythia-blossom:#f5d56b;
}