Crow Color Palette

Discover the beautiful Crow color palette featuring cloud burst (#1d2e3f), san juan (#32456c), victoria (#455796), glacier (#7b9ec1) and botticelli (#c4d9e3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Cool, Gray, Modern, Muted, Soft, Teal 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 Crow palette

Share this palette to:

💻 Crow color palette CSS

/* CSS */
.color-1 {
color: #1d2e3f;
}
.color-2 {
color: #32456c;
}
.color-3 {
color: #455796;
}
.color-4 {
color: #7b9ec1;
}
.color-5 {
color: #c4d9e3;
}

/* CSS Variables */
:root {
--color-1: #1d2e3f;
--color-2: #32456c;
--color-3: #455796;
--color-4: #7b9ec1;
--color-5: #c4d9e3;
}

🌈 Crow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d2e3f, #32456c, #455796, #7b9ec1, #c4d9e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d2e3f, #32456c, #455796, #7b9ec1, #c4d9e3);
}

Crow color palette created on .