Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1e4d6c;
}
.ocean-blues {
color: #508a91;
}
.cold-front-green {
color: #88b2b4;
}
.oklahoma-wheat {
color: #f5deb8;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--seafarer:#1e4d6c;
--ocean-blues:#508a91;
--cold-front-green:#88b2b4;
--oklahoma-wheat:#f5deb8;
--vampire-red:#d63f2e;
}