Color names in this palette
CSS code for this palette
/* CSS */
.chinese-porcelain {
color: #3a5b7e;
}
.metallic-blue {
color: #4f758c;
}
.steel-pan-mallet {
color: #6da2a1;
}
.summer-soft-blue {
color: #97d3d1;
}
.milky-way {
color: #e4f6f6;
}
/* CSS Variables */
:root {
--chinese-porcelain:#3a5b7e;
--metallic-blue:#4f758c;
--steel-pan-mallet:#6da2a1;
--summer-soft-blue:#97d3d1;
--milky-way:#e4f6f6;
}