Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.blue-dam {
color: #a1c6d4;
}
.rendezvous {
color: #a8bed1;
}
.diamond-white {
color: #e1f1f4;
}
.dr-white {
color: #f9fbfb;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--blue-dam:#a1c6d4;
--rendezvous:#a8bed1;
--diamond-white:#e1f1f4;
--dr-white:#f9fbfb;
}