Color names in this palette
CSS code for this palette
/* CSS */
.satin-deep-black {
color: #1a1f23;
}
.snap-shot {
color: #2b3d50;
}
.wedgewood {
color: #4b6686;
}
.periwinkle-sky {
color: #88b8d7;
}
.child-of-light {
color: #f2f6f8;
}
/* CSS Variables */
:root {
--satin-deep-black:#1a1f23;
--snap-shot:#2b3d50;
--wedgewood:#4b6686;
--periwinkle-sky:#88b8d7;
--child-of-light:#f2f6f8;
}