Covenant Fields Color Palette

Discover the beautiful Covenant Fields color palette featuring sushi (#7a9b3b), norway (#a9c3a2), beryl green (#d4e1c1), ronchi (#f1c84b) and chestnut rose (#c9704f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Bright, Nature, Light Summer, Warm Spring 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 Covenant Fields palette

Share this palette to:

💻 Covenant Fields color palette CSS

/* CSS */
.color-1 {
color: #7a9b3b;
}
.color-2 {
color: #a9c3a2;
}
.color-3 {
color: #d4e1c1;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #c9704f;
}

/* CSS Variables */
:root {
--color-1: #7a9b3b;
--color-2: #a9c3a2;
--color-3: #d4e1c1;
--color-4: #f1c84b;
--color-5: #c9704f;
}

🌈 Covenant Fields background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a9b3b, #a9c3a2, #d4e1c1, #f1c84b, #c9704f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a9b3b, #a9c3a2, #d4e1c1, #f1c84b, #c9704f);
}

Covenant Fields color palette created on .