Color names in this palette
CSS code for this palette
/* CSS */
.korean-mint {
color: #5c7a5d;
}
.pale-mint {
color: #a8c4a1;
}
.steamy-dumpling {
color: #e7e9b4;
}
.shrimp-toast {
color: #f8c3a0;
}
.rhubarb-pie {
color: #d77f83;
}
/* CSS Variables */
:root {
--korean-mint:#5c7a5d;
--pale-mint:#a8c4a1;
--steamy-dumpling:#e7e9b4;
--shrimp-toast:#f8c3a0;
--rhubarb-pie:#d77f83;
}