Arcane Contrast Complementary Color Palette

Discover the beautiful Arcane Contrast Complementary color palette featuring jacksons purple (#1f2a7a), kashmir blue (#4c5b9a), bermuda gray (#6e8ca6), sinbad (#a4d6c8) and mandys pink (#f1c7a7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Teal, Turquoise, Aqua, Peach, Cream, Light, Bright 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 Arcane Contrast Complementary palette

Share this palette to:

💻 Arcane Contrast Complementary color palette CSS

/* CSS */
.color-1 {
color: #1f2a7a;
}
.color-2 {
color: #4c5b9a;
}
.color-3 {
color: #6e8ca6;
}
.color-4 {
color: #a4d6c8;
}
.color-5 {
color: #f1c7a7;
}

/* CSS Variables */
:root {
--color-1: #1f2a7a;
--color-2: #4c5b9a;
--color-3: #6e8ca6;
--color-4: #a4d6c8;
--color-5: #f1c7a7;
}

🌈 Arcane Contrast Complementary background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2a7a, #4c5b9a, #6e8ca6, #a4d6c8, #f1c7a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2a7a, #4c5b9a, #6e8ca6, #a4d6c8, #f1c7a7);
}

Arcane Contrast Complementary color palette created on .