Seashell Serenity Color Palette
Discover the beautiful Seashell Serenity color palette featuring oyster pink (#e9cecd), clam shell (#d8b2b1), quicksand (#c59d9b), copper rose (#a06a6c) and cavern pink (#e2b9b6).
Brightness
Saturation
Warmth
💡 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 Seashell Serenity palette
💻 Seashell Serenity color palette CSS
/* CSS */
.color-1 {
color: #e9cecd;
}
.color-2 {
color: #d8b2b1;
}
.color-3 {
color: #c59d9b;
}
.color-4 {
color: #a06a6c;
}
.color-5 {
color: #e2b9b6;
}
/* CSS Variables */
:root {
--color-1: #e9cecd;
--color-2: #d8b2b1;
--color-3: #c59d9b;
--color-4: #a06a6c;
--color-5: #e2b9b6;
} 🌈 Seashell Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9cecd, #d8b2b1, #c59d9b, #a06a6c, #e2b9b6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9cecd, #d8b2b1, #c59d9b, #a06a6c, #e2b9b6);
} 🔗 Explore similar color palettes
Seashell Serenity color palette created on .