Sigma Color Palette

Discover the beautiful Sigma color palette featuring river bed (#4b5e68), cadet blue (#a7b5c3), maize (#f4d69f), cashmere (#e7a2a2) and ferra (#6e4e5b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGray, Blue, Beige, Pink, Modern, Bright, Soft, Light, Spring, Elegant 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 Sigma palette

Share this palette to:

💻 Sigma color palette CSS

/* CSS */
.color-1 {
color: #4b5e68;
}
.color-2 {
color: #a7b5c3;
}
.color-3 {
color: #f4d69f;
}
.color-4 {
color: #e7a2a2;
}
.color-5 {
color: #6e4e5b;
}

/* CSS Variables */
:root {
--color-1: #4b5e68;
--color-2: #a7b5c3;
--color-3: #f4d69f;
--color-4: #e7a2a2;
--color-5: #6e4e5b;
}

🌈 Sigma background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b5e68, #a7b5c3, #f4d69f, #e7a2a2, #6e4e5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b5e68, #a7b5c3, #f4d69f, #e7a2a2, #6e4e5b);
}

Sigma color palette created on .