Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f3a5c7;
}
.garden-glory {
color: #fbc1d3;
}
.nature-apricot {
color: #ffbaa3;
}
.kissable {
color: #ff8c7a;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--rose-mallow:#f3a5c7;
--garden-glory:#fbc1d3;
--nature-apricot:#ffbaa3;
--kissable:#ff8c7a;
--grapefruit-pulp:#ff6e61;
}