Ivory Gothic Color Palette

Discover the beautiful Ivory Gothic color palette featuring parchment (#f2e7d4), swirl (#d5cec3), nomad (#b6a99a), makara (#8a7a6a) and dorado (#5d4e4b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withIvory, Cream, Beige, Brown, Gray, Elegant, Soft, Neutral, Earthy 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 Ivory Gothic palette

Share this palette to:

💻 Ivory Gothic color palette CSS

/* CSS */
.color-1 {
color: #f2e7d4;
}
.color-2 {
color: #d5cec3;
}
.color-3 {
color: #b6a99a;
}
.color-4 {
color: #8a7a6a;
}
.color-5 {
color: #5d4e4b;
}

/* CSS Variables */
:root {
--color-1: #f2e7d4;
--color-2: #d5cec3;
--color-3: #b6a99a;
--color-4: #8a7a6a;
--color-5: #5d4e4b;
}

🌈 Ivory Gothic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e7d4, #d5cec3, #b6a99a, #8a7a6a, #5d4e4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e7d4, #d5cec3, #b6a99a, #8a7a6a, #5d4e4b);
}

Ivory Gothic color palette created on .