Color names in this palette
CSS code for this palette
/* CSS */
.tangaroa {
color: #1d2a3a;
}
.snap-shot {
color: #2b3d50;
}
.azalea-leaf {
color: #4b6572;
}
.ocean-kiss {
color: #a4c2c6;
}
.uptown-taupe {
color: #f0e3d6;
}
/* CSS Variables */
:root {
--tangaroa:#1d2a3a;
--snap-shot:#2b3d50;
--azalea-leaf:#4b6572;
--ocean-kiss:#a4c2c6;
--uptown-taupe:#f0e3d6;
}