Shrimpo the Shrimp Color Palette

Discover the beautiful Shrimpo the Shrimp color palette featuring your pink (#ffcbc7), tuft bush (#ffddcc), barley white (#fff1cc), lemon chiffon (#ffffc7) and snowy mint (#ceffdd).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Cream, Mint, Nature, Peach, Pink, Soft, Spring, 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 Shrimpo the Shrimp palette

Share this palette to:

💻 Shrimpo the Shrimp color palette CSS

/* CSS */
.color-1 {
color: #ffcbc7;
}
.color-2 {
color: #ffddcc;
}
.color-3 {
color: #fff1cc;
}
.color-4 {
color: #ffffc7;
}
.color-5 {
color: #ceffdd;
}

/* CSS Variables */
:root {
--color-1: #ffcbc7;
--color-2: #ffddcc;
--color-3: #fff1cc;
--color-4: #ffffc7;
--color-5: #ceffdd;
}

🌈 Shrimpo the Shrimp background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcbc7, #ffddcc, #fff1cc, #ffffc7, #ceffdd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcbc7, #ffddcc, #fff1cc, #ffffc7, #ceffdd);
}

Shrimpo the Shrimp color palette created on .