Cold Wave Color Palette

Discover the beautiful Cold Wave color palette featuring danube (#6e91d5), indigo (#537ccd), danube (#799ad9), danube (#678cd3) and danube (#5a81cf).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Modern, Soft, Vibrant, 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 Cold Wave palette

Share this palette to:

💻 Cold Wave color palette CSS

/* CSS */
.color-1 {
color: #6e91d5;
}
.color-2 {
color: #537ccd;
}
.color-3 {
color: #799ad9;
}
.color-4 {
color: #678cd3;
}
.color-5 {
color: #5a81cf;
}

/* CSS Variables */
:root {
--color-1: #6e91d5;
--color-2: #537ccd;
--color-3: #799ad9;
--color-4: #678cd3;
--color-5: #5a81cf;
}

🌈 Cold Wave background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e91d5, #537ccd, #799ad9, #678cd3, #5a81cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e91d5, #537ccd, #799ad9, #678cd3, #5a81cf);
}

Cold Wave color palette created on .