Blue Thistle Whistle Color Palette
Discover the beautiful Blue Thistle Whistle color palette featuring glacier (#7a9ec2), kashmir blue (#4c6d94), fiord (#404f68), periwinkle gray (#c7d3e5) and wewak (#f0a8c2).
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 Thistle Whistle palette
💻 Blue Thistle Whistle color palette CSS
/* CSS */
.color-1 {
color: #7a9ec2;
}
.color-2 {
color: #4c6d94;
}
.color-3 {
color: #404f68;
}
.color-4 {
color: #c7d3e5;
}
.color-5 {
color: #f0a8c2;
}
/* CSS Variables */
:root {
--color-1: #7a9ec2;
--color-2: #4c6d94;
--color-3: #404f68;
--color-4: #c7d3e5;
--color-5: #f0a8c2;
} 🌈 Blue Thistle Whistle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a9ec2, #4c6d94, #404f68, #c7d3e5, #f0a8c2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a9ec2, #4c6d94, #404f68, #c7d3e5, #f0a8c2);
} 🔗 Explore similar color palettes
Blue Thistle Whistle color palette created on .