Verde y Amarillo Color Palette

Discover the beautiful Verde y Amarillo color palette featuring powder blue (#abe8e7), negroni (#ffe4bd), linen (#faefe0), downy (#6fc8a9) and fern (#56b872).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Cream, Peach, Teal, Green, Bright, Soft, Spring, Coastal, Light 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 Verde y Amarillo palette

Share this palette to:

💻 Verde y Amarillo color palette CSS

/* CSS */
.color-1 {
color: #abe8e7;
}
.color-2 {
color: #ffe4bd;
}
.color-3 {
color: #faefe0;
}
.color-4 {
color: #6fc8a9;
}
.color-5 {
color: #56b872;
}

/* CSS Variables */
:root {
--color-1: #abe8e7;
--color-2: #ffe4bd;
--color-3: #faefe0;
--color-4: #6fc8a9;
--color-5: #56b872;
}

🌈 Verde y Amarillo background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #abe8e7, #ffe4bd, #faefe0, #6fc8a9, #56b872);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #abe8e7, #ffe4bd, #faefe0, #6fc8a9, #56b872);
}

Verde y Amarillo color palette created on .