Color names in this palette
CSS code for this palette
/* CSS */
.her-majesty {
color: #f9a4a4;
}
.durango-dust {
color: #fbe5a2;
}
.salmon-eggs {
color: #f4d35d;
}
.walk-in-the-park {
color: #81b918;
}
.wine-brown {
color: #5d3c3c;
}
/* CSS Variables */
:root {
--her-majesty:#f9a4a4;
--durango-dust:#fbe5a2;
--salmon-eggs:#f4d35d;
--walk-in-the-park:#81b918;
--wine-brown:#5d3c3c;
}