Color names in this palette
CSS code for this palette
/* CSS */
.orange-soda {
color: #f25b40;
}
.copper-river {
color: #f6a26a;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.muddy-rose {
color: #e0bfb3;
}
.sea-drive {
color: #c2d4e0;
}
/* CSS Variables */
:root {
--orange-soda:#f25b40;
--copper-river:#f6a26a;
--enjoyable-yellow:#f6d6a7;
--muddy-rose:#e0bfb3;
--sea-drive:#c2d4e0;
}