Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #d42e2b;
}
.tulip-tree {
color: #e5a53e;
}
.french-market {
color: #a5c8a2;
}
.b-dazzled-blue {
color: #2e5999;
}
.ballet-white {
color: #f3e7d8;
}
/* CSS Variables */
:root {
--chi-gong:#d42e2b;
--tulip-tree:#e5a53e;
--french-market:#a5c8a2;
--b-dazzled-blue:#2e5999;
--ballet-white:#f3e7d8;
}