Color names in this palette
CSS code for this palette
/* CSS */
.coarse-wool {
color: #1b2027;
}
.shot-over {
color: #4d5c66;
}
.sea-lion {
color: #7e8a91;
}
.scandinavian-sky {
color: #c4d2d4;
}
.calla-lily {
color: #e4e9ec;
}
/* CSS Variables */
:root {
--coarse-wool:#1b2027;
--shot-over:#4d5c66;
--sea-lion:#7e8a91;
--scandinavian-sky:#c4d2d4;
--calla-lily:#e4e9ec;
}