Crimson Tides and Twilight Color Palette

Discover the beautiful Crimson Tides and Twilight color palette featuring brick red (#d52a3b), hoki (#5d7e8e), eden (#11455f), eggplant (#633647) and pavlova (#d9cba6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBurgundy, Coastal, Cream, Dark, Earthy, Red, Teal, Vintage, 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 Tides and Twilight palette

Share this palette to:

💻 Crimson Tides and Twilight color palette CSS

/* CSS */
.color-1 {
color: #d52a3b;
}
.color-2 {
color: #5d7e8e;
}
.color-3 {
color: #11455f;
}
.color-4 {
color: #633647;
}
.color-5 {
color: #d9cba6;
}

/* CSS Variables */
:root {
--color-1: #d52a3b;
--color-2: #5d7e8e;
--color-3: #11455f;
--color-4: #633647;
--color-5: #d9cba6;
}

🌈 Crimson Tides and Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d52a3b, #5d7e8e, #11455f, #633647, #d9cba6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d52a3b, #5d7e8e, #11455f, #633647, #d9cba6);
}

Crimson Tides and Twilight color palette created on .