Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1f3c4d;
}
.winter-storm {
color: #4c6d7b;
}
.sightful {
color: #78a2a5;
}
.feeling-lucky {
color: #abd4c6;
}
.ballet-white {
color: #f2e5d9;
}
/* CSS Variables */
:root {
--subterranean-river:#1f3c4d;
--winter-storm:#4c6d7b;
--sightful:#78a2a5;
--feeling-lucky:#abd4c6;
--ballet-white:#f2e5d9;
}