Streamlet Cottage Color Palette

Discover the beautiful Streamlet Cottage color palette featuring sinbad (#a4daca), tradewind (#71b7a8), viridian (#3c8b7a), casal (#296a57) and blue dianne (#1f4d49).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Coastal, Earthy, Fun, Green, Light, Modern, Summer, Tropical, 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 Streamlet Cottage palette

Share this palette to:

💻 Streamlet Cottage color palette CSS

/* CSS */
.color-1 {
color: #a4daca;
}
.color-2 {
color: #71b7a8;
}
.color-3 {
color: #3c8b7a;
}
.color-4 {
color: #296a57;
}
.color-5 {
color: #1f4d49;
}

/* CSS Variables */
:root {
--color-1: #a4daca;
--color-2: #71b7a8;
--color-3: #3c8b7a;
--color-4: #296a57;
--color-5: #1f4d49;
}

🌈 Streamlet Cottage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4daca, #71b7a8, #3c8b7a, #296a57, #1f4d49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4daca, #71b7a8, #3c8b7a, #296a57, #1f4d49);
}

Streamlet Cottage color palette created on .