Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4c71;
}
.san-marino {
color: #496d9c;
}
.periwinkle-sky {
color: #8eb2d7;
}
.frozen-landscape {
color: #b3e2ff;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4c71;
--san-marino:#496d9c;
--periwinkle-sky:#8eb2d7;
--frozen-landscape:#b3e2ff;
--creamy-sweet-corn:#f9c54e;
}