Color names in this palette
CSS code for this palette
/* CSS */
.gumball {
color: #e7b1d0;
}
.australian-apricot {
color: #f5c7a3;
}
.smooth-as-corn-silk {
color: #f6e5b1;
}
.aloe-cream {
color: #d8e5b8;
}
.filtered-forest {
color: #b8e0d2;
}
/* CSS Variables */
:root {
--gumball:#e7b1d0;
--australian-apricot:#f5c7a3;
--smooth-as-corn-silk:#f6e5b1;
--aloe-cream:#d8e5b8;
--filtered-forest:#b8e0d2;
}