Warden Color Palette

Discover the beautiful Warden color palette featuring bright gray (#3b3d4e), trout (#4b5362), pale sky (#6c7989), sinbad (#a1c6d4) and cashmere (#e4b39b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Dark, Elegant, Gray, Modern, Muted, Soft, Teal, Vintage 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 Warden palette

Share this palette to:

💻 Warden color palette CSS

/* CSS */
.color-1 {
color: #3b3d4e;
}
.color-2 {
color: #4b5362;
}
.color-3 {
color: #6c7989;
}
.color-4 {
color: #a1c6d4;
}
.color-5 {
color: #e4b39b;
}

/* CSS Variables */
:root {
--color-1: #3b3d4e;
--color-2: #4b5362;
--color-3: #6c7989;
--color-4: #a1c6d4;
--color-5: #e4b39b;
}

🌈 Warden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b3d4e, #4b5362, #6c7989, #a1c6d4, #e4b39b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b3d4e, #4b5362, #6c7989, #a1c6d4, #e4b39b);
}

Warden color palette created on .