Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f5a8c3;
}
.flattering-peach {
color: #f4d4b3;
}
.river-of-gold {
color: #e2b55a;
}
.medium-terracotta {
color: #d59d8b;
}
.daisy-bush {
color: #5e3b8c;
}
/* CSS Variables */
:root {
--rose-mallow:#f5a8c3;
--flattering-peach:#f4d4b3;
--river-of-gold:#e2b55a;
--medium-terracotta:#d59d8b;
--daisy-bush:#5e3b8c;
}