Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.national-anthem {
color: #3f6d97;
}
.meadow-blossom-blue {
color: #79b3d2;
}
.mom-s-pancake {
color: #f6c451;
}
.sohi-red {
color: #e55d3e;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--national-anthem:#3f6d97;
--meadow-blossom-blue:#79b3d2;
--mom-s-pancake:#f6c451;
--sohi-red:#e55d3e;
}