Harmonious Blueprint Color Palette
Discover the beautiful Harmonious Blueprint color palette featuring brandy (#e0c5a3), moss green (#a7d7b8), azalea (#f5b7ca), polo blue (#7d9ecf) and sandwisp (#f2e5a1).
Brightness
Saturation
Warmth
Refine
💡 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 Harmonious Blueprint palette
💻 Harmonious Blueprint color palette CSS
/* CSS */
.color-1 {
color: #e0c5a3;
}
.color-2 {
color: #a7d7b8;
}
.color-3 {
color: #f5b7ca;
}
.color-4 {
color: #7d9ecf;
}
.color-5 {
color: #f2e5a1;
}
/* CSS Variables */
:root {
--color-1: #e0c5a3;
--color-2: #a7d7b8;
--color-3: #f5b7ca;
--color-4: #7d9ecf;
--color-5: #f2e5a1;
} 🌈 Harmonious Blueprint background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0c5a3, #a7d7b8, #f5b7ca, #7d9ecf, #f2e5a1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0c5a3, #a7d7b8, #f5b7ca, #7d9ecf, #f2e5a1);
} 🔗 Explore similar color palettes
Harmonious Blueprint color palette created on .