Color names in this palette
CSS code for this palette
/* CSS */
.blue-trust {
color: #130a8f;
}
.bavarian-blue {
color: #1d2d8c;
}
.antilles-blue {
color: #3b5b8c;
}
.morning-forest {
color: #6aaf7c;
}
.vers-de-terre {
color: #a9e0a9;
}
/* CSS Variables */
:root {
--blue-trust:#130a8f;
--bavarian-blue:#1d2d8c;
--antilles-blue:#3b5b8c;
--morning-forest:#6aaf7c;
--vers-de-terre:#a9e0a9;
}