Pale Ivory Fur Color Palette

Discover the beautiful Pale Ivory Fur color palette featuring solitaire (#fef7e7), pot pourri (#f1dfd5), dust storm (#e2d0c5), vanilla (#d2b2a3) and oriental pink (#c69c8b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withIvory, Cream, Beige, Soft, Elegant, Warm, Neutral, Light, Fur 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 Pale Ivory Fur palette

Share this palette to:

💻 Pale Ivory Fur color palette CSS

/* CSS */
.color-1 {
color: #fef7e7;
}
.color-2 {
color: #f1dfd5;
}
.color-3 {
color: #e2d0c5;
}
.color-4 {
color: #d2b2a3;
}
.color-5 {
color: #c69c8b;
}

/* CSS Variables */
:root {
--color-1: #fef7e7;
--color-2: #f1dfd5;
--color-3: #e2d0c5;
--color-4: #d2b2a3;
--color-5: #c69c8b;
}

🌈 Pale Ivory Fur background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fef7e7, #f1dfd5, #e2d0c5, #d2b2a3, #c69c8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fef7e7, #f1dfd5, #e2d0c5, #d2b2a3, #c69c8b);
}

Pale Ivory Fur color palette created on .