Discover the beautiful Green Apple Core color palette featuring norway (#a2c59b), sandy brown (#f4a462), burnt sienna (#e76e50), burnt orange (#c74c00) and chambray (#3d5a8a).

Green Apple Core Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Green Apple Core palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Green Apple Core palette

Share this palette to:

💻 Green Apple Core color palette CSS

/* CSS */
.color-1 {
color: #a2c59b;
}
.color-2 {
color: #f4a462;
}
.color-3 {
color: #e76e50;
}
.color-4 {
color: #c74c00;
}
.color-5 {
color: #3d5a8a;
}

/* CSS Variables */
:root {
--color-1: #a2c59b;
--color-2: #f4a462;
--color-3: #e76e50;
--color-4: #c74c00;
--color-5: #3d5a8a;
}

🌈 Green Apple Core background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c59b, #f4a462, #e76e50, #c74c00, #3d5a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c59b, #f4a462, #e76e50, #c74c00, #3d5a8a);
}

Green Apple Core color palette created on .