Tradewind Bliss Color Palette

Discover the beautiful Tradewind Bliss color palette featuring tradewind (#5fb4ad), aqua island (#a1d9d5), pot pourri (#f0e3d6), corvette (#f8caa5) and carnation (#f76969).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Beach, Bright, Coral, Soft, Spring, Summer, Sun, Teal, 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 Tradewind Bliss palette

Share this palette to:

💻 Tradewind Bliss color palette CSS

/* CSS */
.color-1 {
color: #5fb4ad;
}
.color-2 {
color: #a1d9d5;
}
.color-3 {
color: #f0e3d6;
}
.color-4 {
color: #f8caa5;
}
.color-5 {
color: #f76969;
}

/* CSS Variables */
:root {
--color-1: #5fb4ad;
--color-2: #a1d9d5;
--color-3: #f0e3d6;
--color-4: #f8caa5;
--color-5: #f76969;
}

🌈 Tradewind Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5fb4ad, #a1d9d5, #f0e3d6, #f8caa5, #f76969);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5fb4ad, #a1d9d5, #f0e3d6, #f8caa5, #f76969);
}

Tradewind Bliss color palette created on .