Color names in this palette
CSS code for this palette
/* CSS */
.coarse-wool {
color: #1b2027;
}
.suit-blue {
color: #2d3039;
}
.isolation {
color: #494d55;
}
.improbable {
color: #6e7177;
}
.let-it-rain {
color: #b4b8c0;
}
/* CSS Variables */
:root {
--coarse-wool:#1b2027;
--suit-blue:#2d3039;
--isolation:#494d55;
--improbable:#6e7177;
--let-it-rain:#b4b8c0;
}