Color names in this palette
CSS code for this palette
/* CSS */
.shearwater-black {
color: #5a5b6c;
}
.blue-mood {
color: #7b7c8e;
}
.santas-grey {
color: #9fa2b2;
}
.tulip-soft-blue {
color: #c3c6d5;
}
.blizzard {
color: #e6e9ef;
}
/* CSS Variables */
:root {
--shearwater-black:#5a5b6c;
--blue-mood:#7b7c8e;
--santas-grey:#9fa2b2;
--tulip-soft-blue:#c3c6d5;
--blizzard:#e6e9ef;
}