The Voices Getting Louder Color Palette

Discover the beautiful The Voices Getting Louder color palette featuring swamp (#001c1f), deep teal (#003131), prussian blue (#003d57), rose of sharon (#b95800) and guardsman red (#bf0c00).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Black, Coastal, Dark, Orange, Red, Teal, Vibrant, 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 The Voices Getting Louder palette

Share this palette to:

💻 The Voices Getting Louder color palette CSS

/* CSS */
.color-1 {
color: #001c1f;
}
.color-2 {
color: #003131;
}
.color-3 {
color: #003d57;
}
.color-4 {
color: #b95800;
}
.color-5 {
color: #bf0c00;
}

/* CSS Variables */
:root {
--color-1: #001c1f;
--color-2: #003131;
--color-3: #003d57;
--color-4: #b95800;
--color-5: #bf0c00;
}

🌈 The Voices Getting Louder background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #001c1f, #003131, #003d57, #b95800, #bf0c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #001c1f, #003131, #003d57, #b95800, #bf0c00);
}

The Voices Getting Louder color palette created on .