Color names in this palette
CSS code for this palette
/* CSS */
.tiger-moth-orange {
color: #d85f0e;
}
.copper-river {
color: #f9a06c;
}
.song-of-summer {
color: #fce8b6;
}
.melon-green {
color: #6eaa8b;
}
.royal-rum {
color: #a54a4a;
}
/* CSS Variables */
:root {
--tiger-moth-orange:#d85f0e;
--copper-river:#f9a06c;
--song-of-summer:#fce8b6;
--melon-green:#6eaa8b;
--royal-rum:#a54a4a;
}