Crimson Tide Color Palette

Discover the beautiful Crimson Tide color palette featuring mojo (#c44739), flame pea (#d35741), burnt sienna (#e86b50), sandy brown (#f57f63) and mona lisa (#fda490).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Bright, Coral, Earthy, Peach, Red, Sunset, 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 Crimson Tide palette

Share this palette to:

💻 Crimson Tide color palette CSS

/* CSS */
.color-1 {
color: #c44739;
}
.color-2 {
color: #d35741;
}
.color-3 {
color: #e86b50;
}
.color-4 {
color: #f57f63;
}
.color-5 {
color: #fda490;
}

/* CSS Variables */
:root {
--color-1: #c44739;
--color-2: #d35741;
--color-3: #e86b50;
--color-4: #f57f63;
--color-5: #fda490;
}

🌈 Crimson Tide background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c44739, #d35741, #e86b50, #f57f63, #fda490);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c44739, #d35741, #e86b50, #f57f63, #fda490);
}

Crimson Tide color palette created on .