Halsin Color Palette

Discover the beautiful Halsin color palette featuring tom thumb (#3b593b), avocado (#8f9f6f), straw (#d1c589), di serria (#da9b4e) and apple blossom (#a54b3b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Bright, Earthy, Forest, Green, Nature, Spring, Warm 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 Halsin palette

Share this palette to:

💻 Halsin color palette CSS

/* CSS */
.color-1 {
color: #3b593b;
}
.color-2 {
color: #8f9f6f;
}
.color-3 {
color: #d1c589;
}
.color-4 {
color: #da9b4e;
}
.color-5 {
color: #a54b3b;
}

/* CSS Variables */
:root {
--color-1: #3b593b;
--color-2: #8f9f6f;
--color-3: #d1c589;
--color-4: #da9b4e;
--color-5: #a54b3b;
}

🌈 Halsin background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b593b, #8f9f6f, #d1c589, #da9b4e, #a54b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b593b, #8f9f6f, #d1c589, #da9b4e, #a54b3b);
}

Halsin color palette created on .