Color names in this palette
CSS code for this palette
/* CSS */
.venetian-rose {
color: #f0c7e5;
}
.rose-mallow {
color: #f5a3c9;
}
.oleander-pink {
color: #f25a99;
}
.teaberry {
color: #e0385a;
}
.fuchsia-red {
color: #b33d7c;
}
/* CSS Variables */
:root {
--venetian-rose:#f0c7e5;
--rose-mallow:#f5a3c9;
--oleander-pink:#f25a99;
--teaberry:#e0385a;
--fuchsia-red:#b33d7c;
}