Color names in this palette
CSS code for this palette
/* CSS */
.iceberg {
color: #dbe4f0;
}
.pale-cerulean {
color: #9ec4e0;
}
.shakespeare {
color: #5e9aba;
}
.blue-dart-frog {
color: #3d7a99;
}
.hopi-blue-corn {
color: #1a4d70;
}
/* CSS Variables */
:root {
--iceberg:#dbe4f0;
--pale-cerulean:#9ec4e0;
--shakespeare:#5e9aba;
--blue-dart-frog:#3d7a99;
--hopi-blue-corn:#1a4d70;
}