Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.first-of-july {
color: #bae6f2;
}
.heaven-gates {
color: #c8f1f9;
}
.lynx-white {
color: #f6f8f8;
}
.eau-de-rose {
color: #e1b7d2;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--first-of-july:#bae6f2;
--heaven-gates:#c8f1f9;
--lynx-white:#f6f8f8;
--eau-de-rose:#e1b7d2;
}