Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1e4d6c;
}
.coelin-blue {
color: #497c92;
}
.ocean-kiss {
color: #a4c6c4;
}
.pink-scallop {
color: #f1e0d5;
}
.nyc-taxi {
color: #f6b531;
}
/* CSS Variables */
:root {
--seafarer:#1e4d6c;
--coelin-blue:#497c92;
--ocean-kiss:#a4c6c4;
--pink-scallop:#f1e0d5;
--nyc-taxi:#f6b531;
}