Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.squash-blossom {
color: #f6b83c;
}
.chaat-masala {
color: #ed7c31;
}
.re-entry {
color: #d94a4a;
}
.sundried-tomato {
color: #682c2d;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--squash-blossom:#f6b83c;
--chaat-masala:#ed7c31;
--re-entry:#d94a4a;
--sundried-tomato:#682c2d;
}