Color names in this palette
CSS code for this palette
/* CSS */
.salvia {
color: #a7b29f;
}
.rolling-waves {
color: #c0d3c7;
}
.bluewash {
color: #e3e6e0;
}
.bleached-silk {
color: #f2f3f1;
}
.foggy-dew {
color: #d2d6d1;
}
/* CSS Variables */
:root {
--salvia:#a7b29f;
--rolling-waves:#c0d3c7;
--bluewash:#e3e6e0;
--bleached-silk:#f2f3f1;
--foggy-dew:#d2d6d1;
}