Color names in this palette
CSS code for this palette
/* CSS */
.rotunda-gold {
color: #f6e0c1;
}
.pink-beach {
color: #f5c3a8;
}
.rosy-outlook {
color: #f4a99f;
}
.meat {
color: #ea7b82;
}
.rose-violet {
color: #c85198;
}
/* CSS Variables */
:root {
--rotunda-gold:#f6e0c1;
--pink-beach:#f5c3a8;
--rosy-outlook:#f4a99f;
--meat:#ea7b82;
--rose-violet:#c85198;
}