Color names in this palette
CSS code for this palette
/* CSS */
.tangaroa {
color: #1d2c3f;
}
.bonne-nuit {
color: #3b4968;
}
.technical-blue {
color: #5a7f8c;
}
.simpatico-blue {
color: #a5c1d4;
}
.french-vanilla {
color: #f1e2a7;
}
/* CSS Variables */
:root {
--tangaroa:#1d2c3f;
--bonne-nuit:#3b4968;
--technical-blue:#5a7f8c;
--simpatico-blue:#a5c1d4;
--french-vanilla:#f1e2a7;
}