Color names in this palette
CSS code for this palette
/* CSS */
.steel-blue {
color: #4682b4;
}
.tantalize {
color: #6a9bc8;
}
.sea-cliff {
color: #a2c5e2;
}
.clear-vision {
color: #e2f1f8;
}
.m-white {
color: #f5f7ff;
}
/* CSS Variables */
:root {
--steel-blue:#4682b4;
--tantalize:#6a9bc8;
--sea-cliff:#a2c5e2;
--clear-vision:#e2f1f8;
--m-white:#f5f7ff;
}