Serene Harvest Color Palette

Discover the beautiful Serene Harvest color palette featuring linen (#f8edd8), piper (#cc4824), ronchi (#f1bf4b), goblin (#32713a) and pink lady (#fff1d6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeach, Cream, Red, Yellow, Green color palettes and combinations.

💡 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 Serene Harvest palette

Share this palette to:

💻 Serene Harvest color palette CSS

/* CSS */
.color-1 {
color: #f8edd8;
}
.color-2 {
color: #cc4824;
}
.color-3 {
color: #f1bf4b;
}
.color-4 {
color: #32713a;
}
.color-5 {
color: #fff1d6;
}

/* CSS Variables */
:root {
--color-1: #f8edd8;
--color-2: #cc4824;
--color-3: #f1bf4b;
--color-4: #32713a;
--color-5: #fff1d6;
}

🌈 Serene Harvest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8edd8, #cc4824, #f1bf4b, #32713a, #fff1d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8edd8, #cc4824, #f1bf4b, #32713a, #fff1d6);
}

Serene Harvest color palette created on .