Color names in this palette
CSS code for this palette
/* CSS */
.fresh-heather {
color: #d3c2e0;
}
.teclis-blue {
color: #a6b7e3;
}
.blue-electress {
color: #6e9ecf;
}
.celestial-plum {
color: #3c7dbe;
}
.blue-nude {
color: #2a548d;
}
/* CSS Variables */
:root {
--fresh-heather:#d3c2e0;
--teclis-blue:#a6b7e3;
--blue-electress:#6e9ecf;
--celestial-plum:#3c7dbe;
--blue-nude:#2a548d;
}