Siamese Elegance Color Palette
Discover the beautiful Siamese Elegance color palette featuring indian khaki (#c2b199), tan (#d3a68d), cashmere (#e5c29f), teak (#b28e6c) and spicy mix (#8f5c4d).
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 Siamese Elegance palette
💻 Siamese Elegance color palette CSS
/* CSS */
.color-1 {
color: #c2b199;
}
.color-2 {
color: #d3a68d;
}
.color-3 {
color: #e5c29f;
}
.color-4 {
color: #b28e6c;
}
.color-5 {
color: #8f5c4d;
}
/* CSS Variables */
:root {
--color-1: #c2b199;
--color-2: #d3a68d;
--color-3: #e5c29f;
--color-4: #b28e6c;
--color-5: #8f5c4d;
}
🌈 Siamese Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2b199, #d3a68d, #e5c29f, #b28e6c, #8f5c4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2b199, #d3a68d, #e5c29f, #b28e6c, #8f5c4d);
}
🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Siamese Elegance color palette created on .