Coastal Serenity Color Palette

Discover the beautiful Coastal Serenity color palette featuring mandys pink (#f6d5c5), downy (#6cc4c6), regent st blue (#a3e1e6), mandys pink (#f2b0a1) and japonica (#d27d6a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeach, Bright, Coral, Soft, Spring, Summer, Teal, Turquoise, Vibrant 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 Coastal Serenity palette

Share this palette to:

💻 Coastal Serenity color palette CSS

/* CSS */
.color-1 {
color: #f6d5c5;
}
.color-2 {
color: #6cc4c6;
}
.color-3 {
color: #a3e1e6;
}
.color-4 {
color: #f2b0a1;
}
.color-5 {
color: #d27d6a;
}

/* CSS Variables */
:root {
--color-1: #f6d5c5;
--color-2: #6cc4c6;
--color-3: #a3e1e6;
--color-4: #f2b0a1;
--color-5: #d27d6a;
}

🌈 Coastal Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d5c5, #6cc4c6, #a3e1e6, #f2b0a1, #d27d6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d5c5, #6cc4c6, #a3e1e6, #f2b0a1, #d27d6a);
}

Coastal Serenity color palette created on .