Color names in this palette
CSS code for this palette
/* CSS */
.nightly-silhouette {
color: #4d5c8f;
}
.night-thistle {
color: #6a7ea9;
}
.frills {
color: #8fa2c1;
}
.water-wash {
color: #a8c6e6;
}
.snowdrift-glow {
color: #d6e4f0;
}
/* CSS Variables */
:root {
--nightly-silhouette:#4d5c8f;
--night-thistle:#6a7ea9;
--frills:#8fa2c1;
--water-wash:#a8c6e6;
--snowdrift-glow:#d6e4f0;
}