Treasure Chest Color Palette
Discover the beautiful Treasure Chest color palette featuring wheat (#f3e4aa), rajah (#f3b96d), jaffa (#f4753e), fuzzy wuzzy brown (#c8524c) and plum (#7e2a66).
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 Treasure Chest palette
💻 Treasure Chest color palette CSS
/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #f3b96d;
}
.color-3 {
color: #f4753e;
}
.color-4 {
color: #c8524c;
}
.color-5 {
color: #7e2a66;
}
/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #f3b96d;
--color-3: #f4753e;
--color-4: #c8524c;
--color-5: #7e2a66;
}
🌈 Treasure Chest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #f3b96d, #f4753e, #c8524c, #7e2a66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #f3b96d, #f4753e, #c8524c, #7e2a66);
}
🔗 Explore similar color palettes
Treasure Chest color palette created on .