Color names in this palette
CSS code for this palette
/* CSS */
.freezing-vapor {
color: #d1e7f5;
}
.windsor-way {
color: #a2c7e7;
}
.azure-blue {
color: #4a91c4;
}
.ocean-call {
color: #2b6a8c;
}
.seafarer {
color: #1f4f6f;
}
/* CSS Variables */
:root {
--freezing-vapor:#d1e7f5;
--windsor-way:#a2c7e7;
--azure-blue:#4a91c4;
--ocean-call:#2b6a8c;
--seafarer:#1f4f6f;
}