Color names in this palette
CSS code for this palette
/* CSS */
.functional-blue {
color: #405d87;
}
.quiet-harbour {
color: #5c7999;
}
.chrysopal-light-green {
color: #8eb4a1;
}
.chintz {
color: #d5c5b8;
}
.wood-nymph {
color: #e9a5a5;
}
/* CSS Variables */
:root {
--functional-blue:#405d87;
--quiet-harbour:#5c7999;
--chrysopal-light-green:#8eb4a1;
--chintz:#d5c5b8;
--wood-nymph:#e9a5a5;
}