Color names in this palette
CSS code for this palette
/* CSS */
.flirty-rose {
color: #d85f8d;
}
.peach-bud {
color: #f9b1ae;
}
.marigold-dust {
color: #f4cf3e;
}
.tropical-light {
color: #a3d96d;
}
.rushing-river {
color: #5d7898;
}
/* CSS Variables */
:root {
--flirty-rose:#d85f8d;
--peach-bud:#f9b1ae;
--marigold-dust:#f4cf3e;
--tropical-light:#a3d96d;
--rushing-river:#5d7898;
}