Uncle Samsonite Color Palette
Discover the beautiful Uncle Samsonite color palette featuring ziggurat (#bfd5e3), cadet blue (#a6b9c5), granny smith (#799a99), wewak (#f1a8a2) and valencia (#d63f2e).
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 Uncle Samsonite palette
💻 Uncle Samsonite color palette CSS
/* CSS */
.color-1 {
color: #bfd5e3;
}
.color-2 {
color: #a6b9c5;
}
.color-3 {
color: #799a99;
}
.color-4 {
color: #f1a8a2;
}
.color-5 {
color: #d63f2e;
}
/* CSS Variables */
:root {
--color-1: #bfd5e3;
--color-2: #a6b9c5;
--color-3: #799a99;
--color-4: #f1a8a2;
--color-5: #d63f2e;
} 🌈 Uncle Samsonite background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfd5e3, #a6b9c5, #799a99, #f1a8a2, #d63f2e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfd5e3, #a6b9c5, #799a99, #f1a8a2, #d63f2e);
} 🔗 Explore similar color palettes
Uncle Samsonite color palette created on .