Color names in this palette
CSS code for this palette
/* CSS */
.always-almond {
color: #eae6d2;
}
.comforting-grey {
color: #c3c4b5;
}
.grey-matters {
color: #a7a9a2;
}
.rolling-hills {
color: #7c7f6c;
}
.shadowed-steel {
color: #494b4b;
}
/* CSS Variables */
:root {
--always-almond:#eae6d2;
--comforting-grey:#c3c4b5;
--grey-matters:#a7a9a2;
--rolling-hills:#7c7f6c;
--shadowed-steel:#494b4b;
}