Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a8a1;
}
.oregon-trail {
color: #f1b51e;
}
.popcorn {
color: #f4d07b;
}
.cottonseed {
color: #f5e6c7;
}
.shrimp-toast {
color: #f9c29f;
}
/* CSS Variables */
:root {
--roseberry:#f7a8a1;
--oregon-trail:#f1b51e;
--popcorn:#f4d07b;
--cottonseed:#f5e6c7;
--shrimp-toast:#f9c29f;
}