Color names in this palette
CSS code for this palette
/* CSS */
.mystic-fog {
color: #eae8e1;
}
.scandinavian-sky {
color: #c2d3d6;
}
.water-glitter {
color: #76b0b7;
}
.blue-chill {
color: #3e8b8e;
}
.blue-hill {
color: #1f4a4d;
}
/* CSS Variables */
:root {
--mystic-fog:#eae8e1;
--scandinavian-sky:#c2d3d6;
--water-glitter:#76b0b7;
--blue-chill:#3e8b8e;
--blue-hill:#1f4a4d;
}