Color names in this palette
CSS code for this palette
/* CSS */
.sweet-mandarin {
color: #d55b39;
}
.mandarin-rind {
color: #f08d3d;
}
.salmon-eggs {
color: #f6d560;
}
.botanical-tint {
color: #a6e3d6;
}
.windstorm {
color: #6999c3;
}
/* CSS Variables */
:root {
--sweet-mandarin:#d55b39;
--mandarin-rind:#f08d3d;
--salmon-eggs:#f6d560;
--botanical-tint:#a6e3d6;
--windstorm:#6999c3;
}