Color names in this palette
CSS code for this palette
/* CSS */
.steel-blue {
color: #4682b4;
}
.baja-blue {
color: #6da7d9;
}
.island-light {
color: #a7c6e7;
}
.alice-blue {
color: #f0f8ff;
}
.azureish-white {
color: #dbe9f5;
}
/* CSS Variables */
:root {
--steel-blue:#4682b4;
--baja-blue:#6da7d9;
--island-light:#a7c6e7;
--alice-blue:#f0f8ff;
--azureish-white:#dbe9f5;
}