Harmony Blue Color Palette
Discover the beautiful Harmony Blue color palette featuring khaki (#f0e78e), corvette (#f9c59a), wewak (#f2a6b1), danube (#6ea5d8) and smalt blue (#4b7e91).
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 Harmony Blue palette
💻 Harmony Blue color palette CSS
/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #f9c59a;
}
.color-3 {
color: #f2a6b1;
}
.color-4 {
color: #6ea5d8;
}
.color-5 {
color: #4b7e91;
}
/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #f9c59a;
--color-3: #f2a6b1;
--color-4: #6ea5d8;
--color-5: #4b7e91;
} 🌈 Harmony Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #f9c59a, #f2a6b1, #6ea5d8, #4b7e91);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #f9c59a, #f2a6b1, #6ea5d8, #4b7e91);
} 🔗 Explore similar color palettes
Harmony Blue color palette created on .