Bright Coral Color Palette

Discover the beautiful Bright Coral color palette featuring rum (#6c6284), storm gray (#6b6c80), pale sky (#6b7880), william (#3a666e) and san marino (#5070b9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGray, Blue, Deep, Muted, Earthy, Modern, Coastal, Autumn, Vintage, Neutral 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 Bright Coral palette

Share this palette to:

💻 Bright Coral color palette CSS

/* CSS */
.color-1 {
color: #6c6284;
}
.color-2 {
color: #6b6c80;
}
.color-3 {
color: #6b7880;
}
.color-4 {
color: #3a666e;
}
.color-5 {
color: #5070b9;
}

/* CSS Variables */
:root {
--color-1: #6c6284;
--color-2: #6b6c80;
--color-3: #6b7880;
--color-4: #3a666e;
--color-5: #5070b9;
}

🌈 Bright Coral background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c6284, #6b6c80, #6b7880, #3a666e, #5070b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c6284, #6b6c80, #6b7880, #3a666e, #5070b9);
}

Bright Coral color palette created on .