When Nature Calls Color Palette

Discover the beautiful When Nature Calls color palette featuring fern (#5dbb63), conifer (#a3d55d), sandwisp (#f4e0a4), rajah (#f9c56c) and burnt sienna (#e87d4f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Earthy, Forest, Green, Nature, Spring, Vibrant, 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 When Nature Calls palette

Share this palette to:

💻 When Nature Calls color palette CSS

/* CSS */
.color-1 {
color: #5dbb63;
}
.color-2 {
color: #a3d55d;
}
.color-3 {
color: #f4e0a4;
}
.color-4 {
color: #f9c56c;
}
.color-5 {
color: #e87d4f;
}

/* CSS Variables */
:root {
--color-1: #5dbb63;
--color-2: #a3d55d;
--color-3: #f4e0a4;
--color-4: #f9c56c;
--color-5: #e87d4f;
}

🌈 When Nature Calls background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5dbb63, #a3d55d, #f4e0a4, #f9c56c, #e87d4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5dbb63, #a3d55d, #f4e0a4, #f9c56c, #e87d4f);
}

When Nature Calls color palette created on .