Color names in this palette
CSS code for this palette
/* CSS */
.tangaroa {
color: #1a2e3d;
}
.sailing-safari {
color: #3c5062;
}
.boundless {
color: #5c6e84;
}
.moon-veil {
color: #8d99b0;
}
.velvet-beige {
color: #d0c5b3;
}
/* CSS Variables */
:root {
--tangaroa:#1a2e3d;
--sailing-safari:#3c5062;
--boundless:#5c6e84;
--moon-veil:#8d99b0;
--velvet-beige:#d0c5b3;
}