Color names in this palette
CSS code for this palette
/* CSS */
.deep-azure {
color: #3c5a80;
}
.blue-plate {
color: #5e799c;
}
.simply-posh {
color: #8cb8d4;
}
.echo-iris {
color: #b4e3f4;
}
.lynx-white {
color: #f6f7f8;
}
/* CSS Variables */
:root {
--deep-azure:#3c5a80;
--blue-plate:#5e799c;
--simply-posh:#8cb8d4;
--echo-iris:#b4e3f4;
--lynx-white:#f6f7f8;
}