Color names in this palette
CSS code for this palette
/* CSS */
.parrot-tulip {
color: #f0c1d6;
}
.athena-pink {
color: #e9b9c4;
}
.blushing-tulip {
color: #e3a1b8;
}
.prominent-pink {
color: #d89dc1;
}
.camellia-pink {
color: #d0769a;
}
/* CSS Variables */
:root {
--parrot-tulip:#f0c1d6;
--athena-pink:#e9b9c4;
--blushing-tulip:#e3a1b8;
--prominent-pink:#d89dc1;
--camellia-pink:#d0769a;
}