Color names in this palette
CSS code for this palette
/* CSS */
.chinese-cherry {
color: #f2d7ca;
}
.neighborly-peach {
color: #f5c2a3;
}
.tacao {
color: #f5b17a;
}
.adventure-orange {
color: #e7a66a;
}
.balcony-sunset {
color: #d98f6d;
}
/* CSS Variables */
:root {
--chinese-cherry:#f2d7ca;
--neighborly-peach:#f5c2a3;
--tacao:#f5b17a;
--adventure-orange:#e7a66a;
--balcony-sunset:#d98f6d;
}