Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.atomic-tangerine {
color: #ff976b;
}
.prairie-sunset {
color: #ffb199;
}
.pale-egg {
color: #ffe7d1;
}
.ladylike {
color: #ffc2c2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--atomic-tangerine:#ff976b;
--prairie-sunset:#ffb199;
--pale-egg:#ffe7d1;
--ladylike:#ffc2c2;
}