Discover the beautiful Shades of Red and Green color palette featuring carnation (#f25c54), orange peel (#faa200), yellow green (#b2e269), persian green (#00b3aa) and blue stone (#005c70).

Shades of Red and Green 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 Shades of Red and Green palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Shades of Red and Green palette

Share this palette to:

💻 Shades of Red and Green color palette CSS

/* CSS */
.color-1 {
color: #f25c54;
}
.color-2 {
color: #faa200;
}
.color-3 {
color: #b2e269;
}
.color-4 {
color: #00b3aa;
}
.color-5 {
color: #005c70;
}

/* CSS Variables */
:root {
--color-1: #f25c54;
--color-2: #faa200;
--color-3: #b2e269;
--color-4: #00b3aa;
--color-5: #005c70;
}

🌈 Shades of Red and Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f25c54, #faa200, #b2e269, #00b3aa, #005c70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f25c54, #faa200, #b2e269, #00b3aa, #005c70);
}

Shades of Red and Green color palette created on .