Pastel Pasta Fields Color Palette

Discover the beautiful Pastel Pasta Fields color palette featuring antique brass (#cf865e), chelsea cucumber (#91ae5b), glacier (#70a3c7), sweet corn (#f7dc7e) and mandy (#ec5f69).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPeach, Green, Blue, Yellow, Red, Warm, Earthy, Coastal, Vibrant 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 Pastel Pasta Fields palette

Share this palette to:

💻 Pastel Pasta Fields color palette CSS

/* CSS */
.color-1 {
color: #cf865e;
}
.color-2 {
color: #91ae5b;
}
.color-3 {
color: #70a3c7;
}
.color-4 {
color: #f7dc7e;
}
.color-5 {
color: #ec5f69;
}

/* CSS Variables */
:root {
--color-1: #cf865e;
--color-2: #91ae5b;
--color-3: #70a3c7;
--color-4: #f7dc7e;
--color-5: #ec5f69;
}

🌈 Pastel Pasta Fields background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cf865e, #91ae5b, #70a3c7, #f7dc7e, #ec5f69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cf865e, #91ae5b, #70a3c7, #f7dc7e, #ec5f69);
}

Pastel Pasta Fields color palette created on .