Color names in this palette
CSS code for this palette
/* CSS */
.pale-petunia {
color: #f6c1c9;
}
.harmonious-rose {
color: #f7a1b7;
}
.corinthian-pink {
color: #f9a4d4;
}
.love-spell {
color: #f8b4c9;
}
.berries-n-cream {
color: #f1b6c7;
}
/* CSS Variables */
:root {
--pale-petunia:#f6c1c9;
--harmonious-rose:#f7a1b7;
--corinthian-pink:#f9a4d4;
--love-spell:#f8b4c9;
--berries-n-cream:#f1b6c7;
}