Serene Sunset Tides Color Palette

Discover the beautiful Serene Sunset Tides color palette featuring clam shell (#d6b3b3), pink flare (#e0c2c2), mandys pink (#f2b5b5), pelorous (#509dc3) and picton blue (#53b3df).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Coral, Summer, Sunset 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 Serene Sunset Tides palette

Share this palette to:

💻 Serene Sunset Tides color palette CSS

/* CSS */
.color-1 {
color: #d6b3b3;
}
.color-2 {
color: #e0c2c2;
}
.color-3 {
color: #f2b5b5;
}
.color-4 {
color: #509dc3;
}
.color-5 {
color: #53b3df;
}

/* CSS Variables */
:root {
--color-1: #d6b3b3;
--color-2: #e0c2c2;
--color-3: #f2b5b5;
--color-4: #509dc3;
--color-5: #53b3df;
}

🌈 Serene Sunset Tides background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6b3b3, #e0c2c2, #f2b5b5, #509dc3, #53b3df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6b3b3, #e0c2c2, #f2b5b5, #509dc3, #53b3df);
}

Serene Sunset Tides color palette created on .