Himalayan Harmony Color Palette
Discover the beautiful Himalayan Harmony color palette featuring paprika (#a30034), astra (#f9e9b3), international klein blue (#003ca3), regent st blue (#a8d3e1) and supernova (#f5c800).
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 Himalayan Harmony palette
💻 Himalayan Harmony color palette CSS
/* CSS */
.color-1 {
color: #a30034;
}
.color-2 {
color: #f9e9b3;
}
.color-3 {
color: #003ca3;
}
.color-4 {
color: #a8d3e1;
}
.color-5 {
color: #f5c800;
}
/* CSS Variables */
:root {
--color-1: #a30034;
--color-2: #f9e9b3;
--color-3: #003ca3;
--color-4: #a8d3e1;
--color-5: #f5c800;
} 🌈 Himalayan Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a30034, #f9e9b3, #003ca3, #a8d3e1, #f5c800);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a30034, #f9e9b3, #003ca3, #a8d3e1, #f5c800);
} 🔗 Explore similar color palettes
Himalayan Harmony color palette created on .