Color names in this palette
CSS code for this palette
/* CSS */
.the-count-s-black {
color: #0a202e;
}
.snap-shot {
color: #2b3d50;
}
.azalea-leaf {
color: #4b6572;
}
.jeans-indigo {
color: #6b8894;
}
.sea-cliff {
color: #a3c7e0;
}
/* CSS Variables */
:root {
--the-count-s-black:#0a202e;
--snap-shot:#2b3d50;
--azalea-leaf:#4b6572;
--jeans-indigo:#6b8894;
--sea-cliff:#a3c7e0;
}