Crimson Tides and Twilight Skies Color Palette

Discover the beautiful Crimson Tides and Twilight Skies color palette featuring thunderbird (#bf1212), hoki (#667ea3), catalina blue (#0c3c83), martinique (#2d2d4e) and spindle (#aab9e4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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 Skies palette

Share this palette to:

💻 Crimson Tides and Twilight Skies color palette CSS

/* CSS */
.color-1 {
color: #bf1212;
}
.color-2 {
color: #667ea3;
}
.color-3 {
color: #0c3c83;
}
.color-4 {
color: #2d2d4e;
}
.color-5 {
color: #aab9e4;
}

/* CSS Variables */
:root {
--color-1: #bf1212;
--color-2: #667ea3;
--color-3: #0c3c83;
--color-4: #2d2d4e;
--color-5: #aab9e4;
}

🌈 Crimson Tides and Twilight Skies background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bf1212, #667ea3, #0c3c83, #2d2d4e, #aab9e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bf1212, #667ea3, #0c3c83, #2d2d4e, #aab9e4);
}

Crimson Tides and Twilight Skies color palette created on .