Color names in this palette
CSS code for this palette
/* CSS */
.coarse-wool {
color: #1b2027;
}
.blue-fantastic {
color: #2e3a4d;
}
.bering-sea {
color: #4a576d;
}
.ocean-storms {
color: #798b9a;
}
.pigeon-post {
color: #b0c0d8;
}
/* CSS Variables */
:root {
--coarse-wool:#1b2027;
--blue-fantastic:#2e3a4d;
--bering-sea:#4a576d;
--ocean-storms:#798b9a;
--pigeon-post:#b0c0d8;
}