Color names in this palette
CSS code for this palette
/* CSS */
.lily-legs {
color: #f1c6d5;
}
.rose-mallow {
color: #f2a6c9;
}
.pop-that-gum {
color: #f179b7;
}
.major-magenta {
color: #f051a9;
}
.lustful-wishes {
color: #d43a9e;
}
/* CSS Variables */
:root {
--lily-legs:#f1c6d5;
--rose-mallow:#f2a6c9;
--pop-that-gum:#f179b7;
--major-magenta:#f051a9;
--lustful-wishes:#d43a9e;
}