Color names in this palette
CSS code for this palette
/* CSS */
.gem {
color: #4a5a8c;
}
.night-thistle {
color: #6d7dab;
}
.wild-clary {
color: #90a3c1;
}
.english-hollyhock {
color: #b5c8d4;
}
.filigree {
color: #dfe7e7;
}
/* CSS Variables */
:root {
--gem:#4a5a8c;
--night-thistle:#6d7dab;
--wild-clary:#90a3c1;
--english-hollyhock:#b5c8d4;
--filigree:#dfe7e7;
}