Seashell Serenade Color Palette

Discover the beautiful Seashell Serenade color palette featuring wewak (#f6a8a2), rose bud (#f8b89b), salomie (#fcd47e), astra (#f9e8b4) and almond (#f1d5d0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Coral, Soft, Spring, Bright 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 Seashell Serenade palette

Share this palette to:

💻 Seashell Serenade color palette CSS

/* CSS */
.color-1 {
color: #f6a8a2;
}
.color-2 {
color: #f8b89b;
}
.color-3 {
color: #fcd47e;
}
.color-4 {
color: #f9e8b4;
}
.color-5 {
color: #f1d5d0;
}

/* CSS Variables */
:root {
--color-1: #f6a8a2;
--color-2: #f8b89b;
--color-3: #fcd47e;
--color-4: #f9e8b4;
--color-5: #f1d5d0;
}

🌈 Seashell Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a8a2, #f8b89b, #fcd47e, #f9e8b4, #f1d5d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a8a2, #f8b89b, #fcd47e, #f9e8b4, #f1d5d0);
}

Seashell Serenade color palette created on .