Shell Color Palette

Discover the beautiful Shell color palette featuring mandys pink (#f2c5b5), albescent white (#f7e2d9), cashmere (#e2b7a1), eunry (#d4a3a0) and jagged ice (#b8e5d8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withShell, Pink, Cream, Coral, Turquoise, Soft, Beige, Light, Beach 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 Shell palette

Share this palette to:

💻 Shell color palette CSS

/* CSS */
.color-1 {
color: #f2c5b5;
}
.color-2 {
color: #f7e2d9;
}
.color-3 {
color: #e2b7a1;
}
.color-4 {
color: #d4a3a0;
}
.color-5 {
color: #b8e5d8;
}

/* CSS Variables */
:root {
--color-1: #f2c5b5;
--color-2: #f7e2d9;
--color-3: #e2b7a1;
--color-4: #d4a3a0;
--color-5: #b8e5d8;
}

🌈 Shell background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c5b5, #f7e2d9, #e2b7a1, #d4a3a0, #b8e5d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c5b5, #f7e2d9, #e2b7a1, #d4a3a0, #b8e5d8);
}

🔗 Explore similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Shell color palette created on .