Color names in this palette
CSS code for this palette
/* CSS */
.parrot-tulip {
color: #f1c1d4;
}
.rose-mallow {
color: #f4a4c7;
}
.persian-pink {
color: #f67eba;
}
.god-s-own-junkyard-pink {
color: #f56b90;
}
.ponceau {
color: #f45d73;
}
/* CSS Variables */
:root {
--parrot-tulip:#f1c1d4;
--rose-mallow:#f4a4c7;
--persian-pink:#f67eba;
--god-s-own-junkyard-pink:#f56b90;
--ponceau:#f45d73;
}