Color names in this palette
CSS code for this palette
/* CSS */
.banana-br-l-e {
color: #f7e9bb;
}
.sweetheart {
color: #f1c1d6;
}
.echo-iris {
color: #b4e3f3;
}
.mild-menthol {
color: #8be9a0;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--banana-br-l-e:#f7e9bb;
--sweetheart:#f1c1d6;
--echo-iris:#b4e3f3;
--mild-menthol:#8be9a0;
--shrimp-cocktail:#f4a462;
}