Soft Pastel Orange Color Palette

Discover the beautiful Soft Pastel Orange color palette featuring edgewater (#d0e7e1), cornflower lilac (#ffb19e), flesh (#ffc5a3), regent st blue (#a3c3e0) and bombay (#b0b3b5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beach, Light, Spring, Soft 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 Soft Pastel Orange palette

Share this palette to:

💻 Soft Pastel Orange color palette CSS

/* CSS */
.color-1 {
color: #d0e7e1;
}
.color-2 {
color: #ffb19e;
}
.color-3 {
color: #ffc5a3;
}
.color-4 {
color: #a3c3e0;
}
.color-5 {
color: #b0b3b5;
}

/* CSS Variables */
:root {
--color-1: #d0e7e1;
--color-2: #ffb19e;
--color-3: #ffc5a3;
--color-4: #a3c3e0;
--color-5: #b0b3b5;
}

🌈 Soft Pastel Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0e7e1, #ffb19e, #ffc5a3, #a3c3e0, #b0b3b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0e7e1, #ffb19e, #ffc5a3, #a3c3e0, #b0b3b5);
}

Soft Pastel Orange color palette created on .