Creamy Beige Color Palette
Discover the beautiful Creamy Beige color palette featuring sidecar (#f5e6c2), cashmere (#e5cca4), cameo (#d4b69b), indian khaki (#c3a38d) and mongoose (#b29a7b).
Brightness
Saturation
Warmth
💡 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 Creamy Beige palette
💻 Creamy Beige color palette CSS
/* CSS */
.color-1 {
color: #f5e6c2;
}
.color-2 {
color: #e5cca4;
}
.color-3 {
color: #d4b69b;
}
.color-4 {
color: #c3a38d;
}
.color-5 {
color: #b29a7b;
}
/* CSS Variables */
:root {
--color-1: #f5e6c2;
--color-2: #e5cca4;
--color-3: #d4b69b;
--color-4: #c3a38d;
--color-5: #b29a7b;
} 🌈 Creamy Beige background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e6c2, #e5cca4, #d4b69b, #c3a38d, #b29a7b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e6c2, #e5cca4, #d4b69b, #c3a38d, #b29a7b);
} 🔗 Explore similar color palettes
Creamy Beige color palette created on .