Color names in this palette
CSS code for this palette
/* CSS */
.powder-soft-blue {
color: #b6c9d8;
}
.purple-hyacinth {
color: #6c8cc1;
}
.aleutian-isle {
color: #4f7bab;
}
.deep-azure {
color: #3c5a80;
}
.waterhen-back {
color: #2e3f52;
}
/* CSS Variables */
:root {
--powder-soft-blue:#b6c9d8;
--purple-hyacinth:#6c8cc1;
--aleutian-isle:#4f7bab;
--deep-azure:#3c5a80;
--waterhen-back:#2e3f52;
}