Color names in this palette
CSS code for this palette
/* CSS */
.inlet-harbor {
color: #3f5c6e;
}
.blue-cascade {
color: #7da0b0;
}
.eerie-glow {
color: #a7d7b7;
}
.french-vanilla {
color: #f1e1a7;
}
.morning-marmalade {
color: #f28b69;
}
/* CSS Variables */
:root {
--inlet-harbor:#3f5c6e;
--blue-cascade:#7da0b0;
--eerie-glow:#a7d7b7;
--french-vanilla:#f1e1a7;
--morning-marmalade:#f28b69;
}