Discover the beautiful Seashell Serenity color palette featuring rose bud (#f9b6b4), manhattan (#f6c1a7), mandys pink (#f2d1b5), pancho (#e9cba5) and moss green (#c6e2b6).
Seashell Serenity Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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
Explore how the Seashell Serenity palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Seashell Serenity palette
💻 Seashell Serenity color palette CSS
/* CSS */
.color-1 {
color: #f9b6b4;
}
.color-2 {
color: #f6c1a7;
}
.color-3 {
color: #f2d1b5;
}
.color-4 {
color: #e9cba5;
}
.color-5 {
color: #c6e2b6;
}
/* CSS Variables */
:root {
--color-1: #f9b6b4;
--color-2: #f6c1a7;
--color-3: #f2d1b5;
--color-4: #e9cba5;
--color-5: #c6e2b6;
}
🌈 Seashell Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b6b4, #f6c1a7, #f2d1b5, #e9cba5, #c6e2b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b6b4, #f6c1a7, #f2d1b5, #e9cba5, #c6e2b6);
}
🔗 Explore similar color palettes
Seashell Serenity color palette created on .