Color names in this palette
CSS code for this palette
/* CSS */
.capital-blue {
color: #1a3f5b;
}
.sailor-s-bay {
color: #4b7091;
}
.washed-denim {
color: #7e9eb9;
}
.angela-bay {
color: #a6c3e2;
}
.freezing-vapor {
color: #d6e7f5;
}
/* CSS Variables */
:root {
--capital-blue:#1a3f5b;
--sailor-s-bay:#4b7091;
--washed-denim:#7e9eb9;
--angela-bay:#a6c3e2;
--freezing-vapor:#d6e7f5;
}