Color names in this palette
CSS code for this palette
/* CSS */
.woven {
color: #e2d1a2;
}
.honey-bunny {
color: #d9b682;
}
.tangerine-flake {
color: #e57c5d;
}
.chinese-dragon {
color: #c94f4f;
}
.baton-rouge {
color: #963c6a;
}
/* CSS Variables */
:root {
--woven:#e2d1a2;
--honey-bunny:#d9b682;
--tangerine-flake:#e57c5d;
--chinese-dragon:#c94f4f;
--baton-rouge:#963c6a;
}