Pastoral Harmony Color Palette
Discover the beautiful Pastoral Harmony color palette featuring spring rain (#a9c7aa), willow brook (#dae7d4), rum swizzle (#f5f9e6), picasso (#feec9a) and saffron (#f2b036).
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 Pastoral Harmony palette
💻 Pastoral Harmony color palette CSS
/* CSS */
.color-1 {
color: #a9c7aa;
}
.color-2 {
color: #dae7d4;
}
.color-3 {
color: #f5f9e6;
}
.color-4 {
color: #feec9a;
}
.color-5 {
color: #f2b036;
}
/* CSS Variables */
:root {
--color-1: #a9c7aa;
--color-2: #dae7d4;
--color-3: #f5f9e6;
--color-4: #feec9a;
--color-5: #f2b036;
} 🌈 Pastoral Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c7aa, #dae7d4, #f5f9e6, #feec9a, #f2b036);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c7aa, #dae7d4, #f5f9e6, #feec9a, #f2b036);
} 🔗 Explore similar color palettes
Pastoral Harmony color palette created on .