Color names in this palette
CSS code for this palette
/* CSS */
.infatuation {
color: #f2d4e9;
}
.pink-fit {
color: #f6a7b6;
}
.fruity-licious {
color: #f68e8e;
}
.camellia {
color: #f5685b;
}
.x-marks-the-spot {
color: #e44949;
}
/* CSS Variables */
:root {
--infatuation:#f2d4e9;
--pink-fit:#f6a7b6;
--fruity-licious:#f68e8e;
--camellia:#f5685b;
--x-marks-the-spot:#e44949;
}