Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.walker-lake {
color: #3c8bb9;
}
.turquoise-sea {
color: #65d1e6;
}
.golden-banner {
color: #f6c628;
}
.strawberry-avalanche {
color: #f54d3d;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--walker-lake:#3c8bb9;
--turquoise-sea:#65d1e6;
--golden-banner:#f6c628;
--strawberry-avalanche:#f54d3d;
}