@layer components {
.color-picker .color-picker__option:nth-child(3n+1) {
  border-radius: 59% 41% 54% 46%/39% 62% 38% 61%;
}
.color-picker .color-picker__option:nth-child(3n+2) {
  border-radius: 35% 65% 45% 55%/52% 38% 62% 48%;
}
.color-picker .color-picker__option:nth-child(3n+3) {
  border-radius: 36% 64% 44% 56%/53% 41% 59% 47%;
}
}