Color names in this palette
CSS code for this palette
/* CSS */
.sir-edmund {
color: #1f3f5b;
}
.zenith {
color: #497b9c;
}
.ocean-kiss {
color: #a4c2c6;
}
.french-vanilla {
color: #f1e2a7;
}
.copper-tan {
color: #e08f5c;
}
/* CSS Variables */
:root {
--sir-edmund:#1f3f5b;
--zenith:#497b9c;
--ocean-kiss:#a4c2c6;
--french-vanilla:#f1e2a7;
--copper-tan:#e08f5c;
}