Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f6a2c9;
}
.tequila {
color: #f6d1a7;
}
.ginger-peach {
color: #f8d3a0;
}
.first-peach {
color: #f5c7c7;
}
.simple-pink {
color: #f5a3a9;
}
/* CSS Variables */
:root {
--rose-mallow:#f6a2c9;
--tequila:#f6d1a7;
--ginger-peach:#f8d3a0;
--first-peach:#f5c7c7;
--simple-pink:#f5a3a9;
}