Color names in this palette
CSS code for this palette
/* CSS */
.berry-popsicle {
color: #d7a8c9;
}
.cherry-blossom {
color: #f2c0d5;
}
.incan-treasure {
color: #f8e0c4;
}
.oregon-trail {
color: #f4b41f;
}
.reductant {
color: #e75f5a;
}
/* CSS Variables */
:root {
--berry-popsicle:#d7a8c9;
--cherry-blossom:#f2c0d5;
--incan-treasure:#f8e0c4;
--oregon-trail:#f4b41f;
--reductant:#e75f5a;
}