Color names in this palette
CSS code for this palette
/* CSS */
.copper-river {
color: #f3a36d;
}
.cream-blush {
color: #f4c29a;
}
.bad-moon-yellow {
color: #f1e6b6;
}
.terrace-pool {
color: #9fd7df;
}
.shimmering-brook {
color: #67b2d5;
}
/* CSS Variables */
:root {
--copper-river:#f3a36d;
--cream-blush:#f4c29a;
--bad-moon-yellow:#f1e6b6;
--terrace-pool:#9fd7df;
--shimmering-brook:#67b2d5;
}