Blue Hunter Color Palette
Discover the beautiful Blue Hunter color palette featuring san juan (#2d496c), pigeon post (#a1c1d4), apricot peach (#f9c9a9), raw sienna (#d1674d) and cashmere (#e7b1a2).
Brightness
Saturation
Warmth
💡 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 Blue Hunter palette
💻 Blue Hunter color palette CSS
/* CSS */
.color-1 {
color: #2d496c;
}
.color-2 {
color: #a1c1d4;
}
.color-3 {
color: #f9c9a9;
}
.color-4 {
color: #d1674d;
}
.color-5 {
color: #e7b1a2;
}
/* CSS Variables */
:root {
--color-1: #2d496c;
--color-2: #a1c1d4;
--color-3: #f9c9a9;
--color-4: #d1674d;
--color-5: #e7b1a2;
} 🌈 Blue Hunter background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d496c, #a1c1d4, #f9c9a9, #d1674d, #e7b1a2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d496c, #a1c1d4, #f9c9a9, #d1674d, #e7b1a2);
} 🔗 Explore similar color palettes
Blue Hunter color palette created on .