Pocky Color Palette

Discover the beautiful Pocky color palette featuring mandys pink (#f2bbbb), zinnwaldite (#efb7b3), shilo (#e2a8a8), eunry (#ce9a9c) and old rose (#c3868d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCoral, Earthy, Feminine, Light, Muted, Peach, Pink, Soft, Warm color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Pocky palette

Share this palette to:

💻 Pocky color palette CSS

/* CSS */
.color-1 {
color: #f2bbbb;
}
.color-2 {
color: #efb7b3;
}
.color-3 {
color: #e2a8a8;
}
.color-4 {
color: #ce9a9c;
}
.color-5 {
color: #c3868d;
}

/* CSS Variables */
:root {
--color-1: #f2bbbb;
--color-2: #efb7b3;
--color-3: #e2a8a8;
--color-4: #ce9a9c;
--color-5: #c3868d;
}

🌈 Pocky background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2bbbb, #efb7b3, #e2a8a8, #ce9a9c, #c3868d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2bbbb, #efb7b3, #e2a8a8, #ce9a9c, #c3868d);
}

Pocky color palette created on .