Blue Feather Color Palette
Discover the beautiful Blue Feather color palette featuring light orchid (#e9b9d3), pigeon post (#a6c4d9), viking (#74b6d8), havelock blue (#4d8ad1) and jelly bean (#2b6ca1).
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 Feather palette
💻 Blue Feather color palette CSS
/* CSS */
.color-1 {
color: #e9b9d3;
}
.color-2 {
color: #a6c4d9;
}
.color-3 {
color: #74b6d8;
}
.color-4 {
color: #4d8ad1;
}
.color-5 {
color: #2b6ca1;
}
/* CSS Variables */
:root {
--color-1: #e9b9d3;
--color-2: #a6c4d9;
--color-3: #74b6d8;
--color-4: #4d8ad1;
--color-5: #2b6ca1;
} 🌈 Blue Feather background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9b9d3, #a6c4d9, #74b6d8, #4d8ad1, #2b6ca1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9b9d3, #a6c4d9, #74b6d8, #4d8ad1, #2b6ca1);
} 🔗 Explore similar color palettes
Blue Feather color palette created on .