Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f5a8c9;
}
.dough-yellow {
color: #f7d0b6;
}
.blended-fruit {
color: #f9e5a4;
}
.fresh-lime {
color: #d3f9c8;
}
.uranus {
color: #a7e6f1;
}
/* CSS Variables */
:root {
--rose-mallow:#f5a8c9;
--dough-yellow:#f7d0b6;
--blended-fruit:#f9e5a4;
--fresh-lime:#d3f9c8;
--uranus:#a7e6f1;
}