Color names in this palette
CSS code for this palette
/* CSS */
.parrot-tulip {
color: #f0c1d3;
}
.princess {
color: #f2a6b5;
}
.ikkonzome-pink {
color: #f28c90;
}
.love-letter {
color: #e76a8f;
}
.pink-yarrow {
color: #d83b7d;
}
/* CSS Variables */
:root {
--parrot-tulip:#f0c1d3;
--princess:#f2a6b5;
--ikkonzome-pink:#f28c90;
--love-letter:#e76a8f;
--pink-yarrow:#d83b7d;
}