Orange Food Color Palette

Discover the beautiful Orange Food color palette featuring macaroni and cheese (#ffca7a), vivid tangerine (#ff938a), your pink (#ffc2c2), morning glory (#90dfdb) and kournikova (#ffe07a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPeach, Pink, Coral, Aqua, Yellow, Bright, Soft, Spring, Warm, Summer 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 Orange Food palette

Share this palette to:

💻 Orange Food color palette CSS

/* CSS */
.color-1 {
color: #ffca7a;
}
.color-2 {
color: #ff938a;
}
.color-3 {
color: #ffc2c2;
}
.color-4 {
color: #90dfdb;
}
.color-5 {
color: #ffe07a;
}

/* CSS Variables */
:root {
--color-1: #ffca7a;
--color-2: #ff938a;
--color-3: #ffc2c2;
--color-4: #90dfdb;
--color-5: #ffe07a;
}

🌈 Orange Food background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffca7a, #ff938a, #ffc2c2, #90dfdb, #ffe07a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffca7a, #ff938a, #ffc2c2, #90dfdb, #ffe07a);
}

Orange Food color palette created on .