Chunky Swamp Art Book Color Palette

Discover the beautiful Chunky Swamp Art Book color palette featuring fern frond (#466122), sycamore (#a69a3b), wattle (#dcc447), tulip tree (#eda23e) and pomegranate (#f34730).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Gold, Green, Nature, Orange, Red, Vibrant, Warm, Yellow 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 Chunky Swamp Art Book palette

Share this palette to:

💻 Chunky Swamp Art Book color palette CSS

/* CSS */
.color-1 {
color: #466122;
}
.color-2 {
color: #a69a3b;
}
.color-3 {
color: #dcc447;
}
.color-4 {
color: #eda23e;
}
.color-5 {
color: #f34730;
}

/* CSS Variables */
:root {
--color-1: #466122;
--color-2: #a69a3b;
--color-3: #dcc447;
--color-4: #eda23e;
--color-5: #f34730;
}

🌈 Chunky Swamp Art Book background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #466122, #a69a3b, #dcc447, #eda23e, #f34730);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #466122, #a69a3b, #dcc447, #eda23e, #f34730);
}

Chunky Swamp Art Book color palette created on .