Crowfeather Color Palette

Discover the beautiful Crowfeather color palette featuring big stone (#17233d), cloud burst (#1c2b4a), san juan (#2a406b), san marino (#3f6a9b) and fiord (#43546a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Coastal, Cool, Dark, Deep, Earthy, Elegant, Modern, Muted 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 Crowfeather palette

Share this palette to:

💻 Crowfeather color palette CSS

/* CSS */
.color-1 {
color: #17233d;
}
.color-2 {
color: #1c2b4a;
}
.color-3 {
color: #2a406b;
}
.color-4 {
color: #3f6a9b;
}
.color-5 {
color: #43546a;
}

/* CSS Variables */
:root {
--color-1: #17233d;
--color-2: #1c2b4a;
--color-3: #2a406b;
--color-4: #3f6a9b;
--color-5: #43546a;
}

🌈 Crowfeather background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #17233d, #1c2b4a, #2a406b, #3f6a9b, #43546a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #17233d, #1c2b4a, #2a406b, #3f6a9b, #43546a);
}

Crowfeather color palette created on .