.entry-content p:nth-child(6n+1)::selection{
	background-color: lab(from var(--red) l a b / 0.75);
}

.entry-content p:nth-child(6n+2)::selection{
	background-color: lab(from var(--orange) l a b / 0.75);
}

.entry-content p:nth-child(6n+3)::selection{
	background-color: lab(from var(--yellow) l a b / 0.75);
}

.entry-content p:nth-child(6n+4)::selection{
	background-color: lab(from var(--green) l a b / 0.75);
}

.entry-content p:nth-child(6n+5)::selection{
	background-color: lab(from var(--blue) l a b / 0.75);
}

.entry-content p:nth-child(6n+6)::selection{
	background-color: lab(from var(--violet) l a b / 0.75);
}