Example Image Color Palette

Discover the beautiful Example Image color palette featuring pink swan (#c6b8bf), martini (#b8a3a6), sandrift (#b08b82), toast (#977063) and buttered rum (#9d630b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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 Example Image palette

Share this palette to:

💻 Example Image color palette CSS

/* CSS */
.color-1 {
color: #c6b8bf;
}
.color-2 {
color: #b8a3a6;
}
.color-3 {
color: #b08b82;
}
.color-4 {
color: #977063;
}
.color-5 {
color: #9d630b;
}

/* CSS Variables */
:root {
--color-1: #c6b8bf;
--color-2: #b8a3a6;
--color-3: #b08b82;
--color-4: #977063;
--color-5: #9d630b;
}

🌈 Example Image background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6b8bf, #b8a3a6, #b08b82, #977063, #9d630b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6b8bf, #b8a3a6, #b08b82, #977063, #9d630b);
}

Example Image color palette created on .