Color names in this palette
CSS code for this palette
/* CSS */
.biscay {
color: #303d50;
}
.bering-sea {
color: #4a5a6d;
}
.menacing-clouds {
color: #697a8c;
}
.faded-flaxflower {
color: #9fb3c1;
}
.goddess {
color: #d0e0e7;
}
/* CSS Variables */
:root {
--biscay:#303d50;
--bering-sea:#4a5a6d;
--menacing-clouds:#697a8c;
--faded-flaxflower:#9fb3c1;
--goddess:#d0e0e7;
}