Color names in this palette
CSS code for this palette
/* CSS */
.tropical-night-blue {
color: #2a2f4c;
}
.blue-review {
color: #4f5c78;
}
.hilo-bay {
color: #798ba0;
}
.frozen-blue {
color: #a6c8d9;
}
.freezing-vapor {
color: #d0e9f6;
}
/* CSS Variables */
:root {
--tropical-night-blue:#2a2f4c;
--blue-review:#4f5c78;
--hilo-bay:#798ba0;
--frozen-blue:#a6c8d9;
--freezing-vapor:#d0e9f6;
}