Crimson Whispers Color Palette

Discover the beautiful Crimson Whispers color palette featuring buccaneer (#5b2a2a), stiletto (#9f3c3c), japonica (#d86e6e), mandys pink (#efaeae) and we peep (#f8e2e2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Dark, Earthy, Red 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 Whispers palette

Share this palette to:

💻 Crimson Whispers color palette CSS

/* CSS */
.color-1 {
color: #5b2a2a;
}
.color-2 {
color: #9f3c3c;
}
.color-3 {
color: #d86e6e;
}
.color-4 {
color: #efaeae;
}
.color-5 {
color: #f8e2e2;
}

/* CSS Variables */
:root {
--color-1: #5b2a2a;
--color-2: #9f3c3c;
--color-3: #d86e6e;
--color-4: #efaeae;
--color-5: #f8e2e2;
}

🌈 Crimson Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b2a2a, #9f3c3c, #d86e6e, #efaeae, #f8e2e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b2a2a, #9f3c3c, #d86e6e, #efaeae, #f8e2e2);
}

Crimson Whispers color palette created on .