Color names in this palette
CSS code for this palette
/* CSS */
.freezing-vapor {
color: #d2e8f4;
}
.sea-cliff {
color: #a3c7e0;
}
.blue-bell {
color: #88b1d7;
}
.azure-blue {
color: #4b93c3;
}
.deep-water {
color: #2c6ea0;
}
/* CSS Variables */
:root {
--freezing-vapor:#d2e8f4;
--sea-cliff:#a3c7e0;
--blue-bell:#88b1d7;
--azure-blue:#4b93c3;
--deep-water:#2c6ea0;
}