Pastel Pasta Fields Color Palette
Discover the beautiful Pastel Pasta Fields color palette featuring copper (#c46d3b), sushi (#7b9b3b), steel blue (#508db9), energy yellow (#f6d55a) and amaranth (#e83b46).
Brightness
Saturation
Warmth
💡 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
💻 Pastel Pasta Fields color palette CSS
/* CSS */
.color-1 {
color: #c46d3b;
}
.color-2 {
color: #7b9b3b;
}
.color-3 {
color: #508db9;
}
.color-4 {
color: #f6d55a;
}
.color-5 {
color: #e83b46;
}
/* CSS Variables */
:root {
--color-1: #c46d3b;
--color-2: #7b9b3b;
--color-3: #508db9;
--color-4: #f6d55a;
--color-5: #e83b46;
}
🌈 Pastel Pasta Fields background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c46d3b, #7b9b3b, #508db9, #f6d55a, #e83b46);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c46d3b, #7b9b3b, #508db9, #f6d55a, #e83b46);
}
🔗 Explore similar color palettes
Pastel Pasta Fields color palette created on .