Color names in this palette
CSS code for this palette
/* CSS */
.coarse-wool {
color: #1b2027;
}
.blue-fantastic {
color: #2e3b4d;
}
.revel-blue {
color: #4a698c;
}
.bluebrite {
color: #6cbfda;
}
.blizzard-blue {
color: #a2e5f1;
}
/* CSS Variables */
:root {
--coarse-wool:#1b2027;
--blue-fantastic:#2e3b4d;
--revel-blue:#4a698c;
--bluebrite:#6cbfda;
--blizzard-blue:#a2e5f1;
}