Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f2a1ae;
}
.resort-sunrise {
color: #f5d6c7;
}
.noodles {
color: #f8e1b4;
}
.mango-margarita {
color: #f7b750;
}
.sweet-honey {
color: #d6a35c;
}
/* CSS Variables */
:root {
--sweet-60:#f2a1ae;
--resort-sunrise:#f5d6c7;
--noodles:#f8e1b4;
--mango-margarita:#f7b750;
--sweet-honey:#d6a35c;
}